Skip to content

Commit 44bbf38

Browse files
committed
try to fix tests
1 parent c1cfacf commit 44bbf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactionsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ function ModelingToolkit.compose(sys::ReactionSystem, systems::AbstractArray; na
14151415
@set! sys.systems = [get_systems(sys); systems]
14161416
newunknowns = OrderedSet{BasicSymbolic{Real}}()
14171417
newparams = OrderedSet()
1418-
iv = has_iv(sys) ? get_iv(sys) : nothing
1418+
iv = MT.has_iv(sys) ? MT.get_iv(sys) : nothing
14191419
for ssys in systems
14201420
collect_scoped_vars!(newunknowns, newparams, ssys, iv)
14211421
end

0 commit comments

Comments
 (0)