Skip to content

Commit 30eb2af

Browse files
committed
mtk version update
1 parent a838348 commit 30eb2af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ JumpProcesses = "9.3.2"
4747
LaTeXStrings = "1.3.0"
4848
Latexify = "0.14, 0.15, 0.16"
4949
MacroTools = "0.5.5"
50-
ModelingToolkit = "9.7.1"
50+
ModelingToolkit = "9.10.0.0"
5151
Parameters = "0.12"
5252
Reexport = "0.2, 1.0"
5353
Requires = "1.0"

test/miscellaneous_tests/events.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ let
158158
]
159159

160160
# Declares various misformatted events .
161+
# Relevant MTK issue regarding misformatted events not throwing an early error https://github.com/SciML/ModelingToolkit.jl/issues/2612.
161162
continuous_events_bad = [
162163
X ~ 1.0 => [X ~ 0.5], # Scalar condition.
163164
[X ~ 1.0] => X ~ 0.5, # Scalar affect.

0 commit comments

Comments
 (0)