Skip to content

Commit 6ed8e16

Browse files
committed
fix exponentialRK
1 parent 39ce07f commit 6ed8e16

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lib/OrdinaryDiffEqExponentialRK/Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ MuladdMacro = "0.2.4"
2828
OrdinaryDiffEqCore = "1.19"
2929
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
3030
OrdinaryDiffEqTsit5 = "<0.0.1, 1"
31+
OrdinaryDiffEqVerner = "<0.0.1, 1"
3132
Random = "<0.0.1, 1"
3233
RecursiveArrayTools = "3.27.0"
3334
Reexport = "1.2.2"
@@ -43,6 +44,8 @@ Aqua = "0.8.11"
4344
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
4445
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
4546
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
47+
OrdinaryDiffEqVerner = "79d7bb75-1356-48c1-b8c0-6832512096c2"
48+
OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
4649
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4750
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
4851
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -51,4 +54,4 @@ JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
5154
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
5255

5356
[targets]
54-
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "OrdinaryDiffEqTsit5", "LinearSolve", "SparseArrays", "JET", "Aqua"]
57+
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "OrdinaryDiffEqTsit5", "LinearSolve", "SparseArrays", "JET", "Aqua", "OrdinaryDiffEqVerner", "OrdinaryDiffEqSDIRK"]

lib/OrdinaryDiffEqExponentialRK/test/jet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ using JET
33

44
@testset "JET Tests" begin
55
test_package(
6-
OrdinaryDiffEqDifferentiation, target_defined_modules = true, mode = :typo)
6+
OrdinaryDiffEqExponentialRK, target_defined_modules = true, mode = :typo)
77
end

0 commit comments

Comments
 (0)