Skip to content

Commit 04df2f2

Browse files
format
1 parent c980873 commit 04df2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/analyticless_stochastic_wp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ seed = 100
7474
Random.seed!(seed)
7575
seeds = rand(UInt, numtraj)
7676
ensemble_prob = EnsembleProblem(prob;
77-
output_func = (sol, i) -> (h2(sol[1,end]), false),
77+
output_func = (sol, i) -> (h2(sol[1, end]), false),
7878
prob_func = prob_func)
7979

8080
reltols = 1.0 ./ 4.0 .^ (1:4)

0 commit comments

Comments
 (0)