Skip to content

Commit f3666c2

Browse files
committed
up
1 parent 0501f6e commit f3666c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/miscellaneous_tests/events.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ let
224224
Reaction(dY, [Y], nothing, [1], nothing)
225225
]
226226
continuous_events = [
227-
t - 2.5 => p ~ p + 0.2
227+
[t - 2.5] => [p ~ p + 0.2]
228228
[X - thres, Y - X] => [X ~ X - 0.5, Z ~ Z + 0.1]
229229
]
230230
discrete_events = [

0 commit comments

Comments
 (0)