We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a838348 commit 30eb2afCopy full SHA for 30eb2af
Project.toml
@@ -47,7 +47,7 @@ JumpProcesses = "9.3.2"
47
LaTeXStrings = "1.3.0"
48
Latexify = "0.14, 0.15, 0.16"
49
MacroTools = "0.5.5"
50
-ModelingToolkit = "9.7.1"
+ModelingToolkit = "9.10.0.0"
51
Parameters = "0.12"
52
Reexport = "0.2, 1.0"
53
Requires = "1.0"
test/miscellaneous_tests/events.jl
@@ -158,6 +158,7 @@ let
158
]
159
160
# Declares various misformatted events .
161
+ # Relevant MTK issue regarding misformatted events not throwing an early error https://github.com/SciML/ModelingToolkit.jl/issues/2612.
162
continuous_events_bad = [
163
X ~ 1.0 => [X ~ 0.5], # Scalar condition.
164
[X ~ 1.0] => X ~ 0.5, # Scalar affect.
0 commit comments