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 8ea1ec5 commit abb7242Copy full SHA for abb7242
test/reactionsystem_core/events.jl
@@ -158,7 +158,7 @@ let
158
]
159
160
# Declares various misformatted events .
161
- @test_broken false # Some missformatted tests should throw error at this stage, but does not (https://github.com/SciML/ModelingToolkit.jl/issues/2612).
+ @test_broken false # Some misformatted tests should throw error at this stage, but does not (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