Skip to content

Commit ddc26a1

Browse files
committed
fix test on ci
1 parent 304fe5a commit ddc26a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/models/statespace/collision_tests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
initialization = init(),
111111
iterations = 100,
112112
returnvars = KeepLast(),
113-
showprogress = false
113+
showprogress = false,
114+
options = (limit_stack_depth = 100,)
114115
)
115116
@test mean(result.posteriors[:x][1, 1]) [0, 0, 0, 0] atol = 5e-1
116117
@test mean(result.posteriors[:x][1, nr_steps]) [0, 0, 50, 0] atol = 5e-1

0 commit comments

Comments
 (0)