We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0defe commit 37b8c71Copy full SHA for 37b8c71
1 file changed
test/stochastic.jl
@@ -206,6 +206,9 @@ end
206
# Different explicit seed → different trajectory
207
reinit!(ds; seed = UInt64(43)); step!(ds, 1.0); uc = copy(current_state(ds))
208
@test ua != uc
209
+ end
210
+end
211
+
212
# Regression test for https://github.com/JuliaDynamics/DynamicalSystemsBase.jl/issues/251:
213
# the auto-generated diffusion closure used to recompute its (constant) output on every
214
# call, allocating ~1 KB per `step!` and dominating long integrations. The closure must
0 commit comments