Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/DiffEqDevTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ const ALL_ERRORS = union(
TIMESERIES_ERRORS, DENSE_ERRORS, WEAK_TIMESERIES_ERRORS, WEAK_DENSE_ERRORS, WEAK_ERRORS
)

include("test_solution.jl")
include("benchmark.jl")
include("convergence.jl")
include("plotrecipes.jl")
include("test_solution.jl")
include("ode_tableaus.jl")
include("tableau_info.jl")

Expand All @@ -50,7 +50,7 @@ export ConvergenceSimulation, Shootout, ShootoutSet, TestSolution
#Benchmark Functions
export Shootout, ShootoutSet, WorkPrecision, WorkPrecisionSet

export test_convergence, analyticless_test_convergence, appxtrue!, appxtrue
export test_convergence, analyticless_test_convergence, appxtrue!, appxtrue, default_reduction

export get_sample_errors

Expand Down
Loading
Loading