Skip to content

Commit

Permalink
Use OrdinaryDiffEqTsit5 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Sep 25, 2024
1 parent e931b95 commit a509546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
Expand All @@ -23,4 +23,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Compat = "4.5"
HDF5 = "0.17"
JLArrays = "0.1.2"
OrdinaryDiffEq = ">= 6.45"
2 changes: 1 addition & 1 deletion test/ode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import DiffEqBase
using MPI
using PencilArrays
using OrdinaryDiffEq
using OrdinaryDiffEqTsit5
using RecursiveArrayTools: ArrayPartition
using StructArrays: StructArray
using StaticArrays: SVector
Expand Down

0 comments on commit a509546

Please sign in to comment.