Skip to content

Commit 6bea1ed

Browse files
committed
cleanup loose ends
1 parent ed192a5 commit 6bea1ed

File tree

4 files changed

+1
-66
lines changed

4 files changed

+1
-66
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
88
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
99
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
1010
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
11-
CasADi = "c49709b8-5c63-11e9-2fb2-69db5844192f"
1211
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
1312
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
1413
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
@@ -65,6 +64,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
6564

6665
[weakdeps]
6766
BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
67+
CasADi = "c49709b8-5c63-11e9-2fb2-69db5844192f"
6868
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
6969
DeepDiffs = "ab62b9b5-e342-54a8-a765-a90f495de1a6"
7070
FMI = "14a09403-18e3-468f-ad8a-74f8dda2d9ac"

src/systems/systems.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,6 @@ function __structural_simplify(
163163
end
164164
end
165165

166-
function toterm_auxsystems(system::ODESystem)
167-
constraints = system.constraintsystem.constraints
168-
169-
end
170-
171166
"""
172167
$(TYPEDSIGNATURES)
173168

test/extensions/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
33
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
44
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
5-
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
6-
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
75
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
8-
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
96
HomotopyContinuation = "f213a82b-91d6-5c5d-acf7-10f1c761b327"
107
InfiniteOpt = "20393b10-9daf-11e9-18c9-8db751c92c57"
118
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"

test/extensions/jump_control.jl

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)