Skip to content

Commit

Permalink
Merge pull request #1049 from oscardssmith/os/remove-default-alg
Browse files Browse the repository at this point in the history
remove default alg
  • Loading branch information
ChrisRackauckas authored Sep 2, 2024
2 parents ad7b74d + 5af8356 commit 4baff6b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 191 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DifferentialEquations"
uuid = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
authors = ["Chris Rackauckas <[email protected]>"]
version = "7.13.0"
version = "7.14.0"

[deps]
BoundaryValueDiffEq = "764a87c0-6b3e-53db-9096-fe964310641d"
Expand Down
1 change: 0 additions & 1 deletion src/DifferentialEquations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ using NonlinearSolve

include("default_solve.jl")
include("default_arg_parsing.jl")
include("ode_default_alg.jl")
include("sde_default_alg.jl")
include("dae_default_alg.jl")
include("dde_default_alg.jl")
Expand Down
79 changes: 0 additions & 79 deletions src/ode_default_alg.jl

This file was deleted.

107 changes: 0 additions & 107 deletions test/default_ode_alg_test.jl

This file was deleted.

3 changes: 0 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ using DifferentialEquations, Test, SafeTestsets
@time @safetestset "Default Discrete Algorithm" begin
include("default_discrete_alg_test.jl")
end
@time @safetestset "Default ODE Algorithm" begin
include("default_ode_alg_test.jl")
end
@time @safetestset "Default Steady State Algorithm" begin
include("default_steady_state_alg_test.jl")
end
Expand Down

0 comments on commit 4baff6b

Please sign in to comment.