Skip to content

Commit 39557dd

Browse files
committed
Default seconds to Inf for RODEs
1 parent 44b8ae0 commit 39557dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ end
301301
function WorkPrecisionSet(prob::AbstractRODEProblem,abstols,reltols,setups,test_dt=nothing;
302302
numruns_error = 20,
303303
print_names=false,names=nothing,appxsol_setup=nothing,
304-
error_estimate=:final,parallel_type = :none,numruns=20,seconds=2,kwargs...)
304+
error_estimate=:final,parallel_type = :none,numruns=20,seconds=Inf,kwargs...)
305305

306306
timeseries_errors = DiffEqBase.has_analytic(prob.f) && error_estimate TIMESERIES_ERRORS
307307
weak_timeseries_errors = error_estimate WEAK_TIMESERIES_ERRORS

0 commit comments

Comments
 (0)