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 1c334ac commit 6c8acb6Copy full SHA for 6c8acb6
test/clock.jl
@@ -78,10 +78,10 @@ k = ShiftIndex(d)
78
79
d = Clock(dt)
80
# Note that TearingState reorders the equations
81
-@test eqmap[1] == ContinuousClock()
+@test eqmap[1] == d
82
@test eqmap[2] == d
83
@test eqmap[3] == d
84
-@test eqmap[4] == d
+@test eqmap[4] == ContinuousClock()
85
@test eqmap[5] == ContinuousClock()
86
@test eqmap[6] == ContinuousClock()
87
0 commit comments