Skip to content

Commit ed38f1b

Browse files
committed
Upgrade TI to v0.16.0, and shorten validated integration code
1 parent 06947aa commit ed38f1b

File tree

5 files changed

+1076
-1272
lines changed

5 files changed

+1076
-1272
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Markdown = "<0.0.1, 1"
2323
Random = "<0.0.1, 1"
2424
RecipesBase = "1"
2525
Reexport = "1"
26-
TaylorIntegration = "0.15.3"
26+
TaylorIntegration = "0.16"
2727
TaylorSeries = "0.18"
2828
Test = "<0.0.1, 1"
2929
julia = "1"

src/TaylorModels.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ include("rpa_functions.jl")
4343
include("arithmetic.jl")
4444
include("integration.jl")
4545
include("show.jl")
46-
include("validatedODEs.jl")
46+
include("valid_integ/validated_integ.jl")
47+
include("valid_integ/validated_integ2.jl")
4748
include("recipe.jl")
4849

4950

0 commit comments

Comments
 (0)