Skip to content

Commit 69dad4b

Browse files
committed
update tests
1 parent 3123d63 commit 69dad4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/weak_convergence/srk_weak_final.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ sim = test_convergence(dts,ensemble_prob,DRI1NM(),
187187
@test abs(sim.𝒪est[:weak_final]-2) < 0.3
188188
println("DRI1NM:", sim.𝒪est[:weak_final])
189189

190-
numtraj = Int(6e6)
190+
numtraj = Int(8e6)
191191
Random.seed!(seed)
192192
seeds = rand(UInt, numtraj)
193193

@@ -353,7 +353,7 @@ sim = test_convergence(dts,ensemble_prob,RI5(),
353353
println("RI5:", sim.𝒪est[:weak_final])
354354

355355

356-
numtraj = Int(4e6)
356+
numtraj = Int(5e6)
357357
Random.seed!(seed)
358358
seeds = rand(UInt, numtraj)
359359

@@ -379,7 +379,7 @@ sim = test_convergence(dts,ensemble_prob,RDI1WM(),
379379
println("RDI1WM:", sim.𝒪est[:weak_final])
380380

381381

382-
numtraj = Int(4e6)
382+
numtraj = Int(5e6)
383383
Random.seed!(seed)
384384
seeds = rand(UInt, numtraj)
385385

test/weak_convergence/weak_strat_non_diagonal.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using Random
1313
using DiffEqDevTools
1414
#using DiffEqGPU
1515

16-
seed = 10
16+
seed = 137475
1717

1818
function prob_func(prob, i, repeat)
1919
remake(prob,seed=seeds[i])

0 commit comments

Comments
 (0)