Skip to content

Commit 4deb44b

Browse files
committed
text fix
1 parent 2c3371c commit 4deb44b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/simulation_and_solving/hybrid_models.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ let
9595
α, 0 --> Y
9696
* (1 + Y)), 0 --> X, [physical_scale = PhysicalScale.ODE]
9797
end
98+
t = Catalyst.default_t()
9899
cevents = [t ~ 0.2] => (affect!, [], [], [], nothing)
99100
@named rn2 = ReactionSystem([], t; continuous_events = cevents)
100101
rn = complete(extend(rn2, rn))

0 commit comments

Comments
 (0)