Skip to content

Commit 9840a27

Browse files
committed
fix doc build
1 parent 6edece4 commit 9840a27

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/src/manuals/sharpbits/stack-overflow-inference.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ using RxInfer
4040
end
4141
end
4242
43-
data = (y = rand(10000), )
44-
45-
using Test #hide
46-
@test_throws StackOverflowError infer(model = long_state_space_model(), data = data) #hide
43+
data = (y = randn(10000), )
4744
4845
results = infer(
4946
model = long_state_space_model(),

0 commit comments

Comments
 (0)