File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 4545 strategy :
4646 matrix :
4747 os : [ubuntu-latest]
48- julia-version : [1.11 ]
48+ julia-version : [1.12 ]
4949 omc-version : [stable]
5050 python-version : ['3.10']
5151 fail-fast : false
Original file line number Diff line number Diff line change 22
33julia_version = " 1.12.1"
44manifest_format = " 2.0"
5- project_hash = " e7a70d5f10f788d3879b161ad789840379ca7bb3 "
5+ project_hash = " 9ad024fa799fcc198be82d7ee2331b364e7bc5eb "
66
77[[deps .ADTypes ]]
88git-tree-sha1 = " 27cecae79e5cc9935255f90c53bb831cc3c870d7"
Original file line number Diff line number Diff line change 11name = " TestBaseModelica"
22uuid = " bba3f925-4bbc-4b14-b723-9b95a7c9c63c"
3- authors = [" AnHeuermann <38031952+AnHeuermann@users.noreply.github.com>" ]
43version = " 0.1.0"
4+ authors = [" AnHeuermann <38031952+AnHeuermann@users.noreply.github.com>" ]
55
66[deps ]
77BaseModelica = " a17d5099-185d-4ff5-b5d3-51aa4569e56d"
88CSV = " 336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
99DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
10- DifferentialEquations = " 0c46a032-eb83-5123-abaf-570d42b7fbaa"
1110ModelingToolkit = " 961ee093-0014-501f-94e3-6117800e7a78"
11+ OrdinaryDiffEqDefault = " 50262376-6c5a-4cf5-baba-aaf4f84d72d7"
12+
13+ [compat ]
14+ DifferentialEquations = " 7"
15+ ModelingToolkit = " 10"
16+ OrdinaryDiffEqDefault = " 1.8.0"
1217
1318[extras ]
1419SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
1520Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
1621
17- [compat ]
18- ModelingToolkit = " 10"
19-
2022[targets ]
2123test = [" SafeTestsets" , " Test" ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module TestBaseModelica
33import BaseModelica
44import CSV
55import DataFrames
6- import DifferentialEquations
6+ import OrdinaryDiffEqDefault
77
88include(" dump.jl" )
99include(" settings.jl" )
You can’t perform that action at this time.
0 commit comments