Skip to content

Commit 37b8c71

Browse files
committed
format
1 parent ed0defe commit 37b8c71

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/stochastic.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ end
206206
# Different explicit seed → different trajectory
207207
reinit!(ds; seed = UInt64(43)); step!(ds, 1.0); uc = copy(current_state(ds))
208208
@test ua != uc
209+
end
210+
end
211+
209212
# Regression test for https://github.com/JuliaDynamics/DynamicalSystemsBase.jl/issues/251:
210213
# the auto-generated diffusion closure used to recompute its (constant) output on every
211214
# call, allocating ~1 KB per `step!` and dominating long integrations. The closure must

0 commit comments

Comments
 (0)