Skip to content

Commit 7622a23

Browse files
1/10 test time
1 parent 65e5180 commit 7622a23

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
@@ -22,7 +22,7 @@ se = get_sample_errors(prob,numruns=[5;10;25;50])
2222

2323
println("Now weak error")
2424

25-
prob2 = SDEProblem((du,u,p,t)->prob.f(du,u,p,t),prob.g,prob.u0,(0.0,1.0))
25+
prob2 = SDEProblem((du,u,p,t)->prob.f(du,u,p,t),prob.g,prob.u0,(0.0,0.1))
2626
test_dt = 1/10^5
2727
appxsol_setup = Dict(:alg=>SRIW1(),:abstol=>1e-5,:reltol=>1e-5)
2828
wp = WorkPrecisionSet(prob2,abstols,reltols,setups,test_dt;

0 commit comments

Comments
 (0)