Skip to content

Commit a214446

Browse files
Update test/weak_convergence/PL1WM.jl
1 parent 38f9341 commit a214446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/weak_convergence/PL1WM.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,4 @@ sim1 = test_convergence(dts,ensemble_prob,PL1WMA(),
256256
@test abs(sim1.𝒪est[:weak_final]-2) < 0.3 # order is 1.9494776704064316
257257
println("PL1WMA:", sim1.𝒪est[:weak_final])
258258

259-
@test all([sim.solutions[i] sim1.solutions[i] for i in 1:numtraj])
259+
@test all([all([sim.solutions[i][j] sim1.solutions[i][j] for j in 1:length(sim.solutions[i])]) for i in 1:numtraj])

0 commit comments

Comments
 (0)