Skip to content

Commit b8be608

Browse files
Merge pull request #1363 from ChrisRackauckas-Claude/fix-mtk-v10-constructor-syntax
Fix ModelingToolkit v10 ODESystem constructor compatibility in NonStiffODE benchmarks
2 parents 9680043 + 9846b80 commit b8be608

File tree

2 files changed

+203
-217
lines changed

2 files changed

+203
-217
lines changed

benchmarks/NonStiffODE/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
2020
DiffEqBase = "6"
2121
DiffEqDevTools = "2.30"
2222
LSODA = "0.7"
23-
ModelingToolkit = "9, 10"
23+
ModelingToolkit = "10"
2424
ODEInterface = "0.5"
2525
ODEInterfaceDiffEq = "3.10"
2626
OrdinaryDiffEq = "6"

0 commit comments

Comments
 (0)