Skip to content

Commit a9371d5

Browse files
committed
up
1 parent 4772d96 commit a9371d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/CatalystStructuralIdentifiabilityExtension/structural_identifiability_extension.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ end
157157
function make_osys(rs::ReactionSystem; remove_conserved=true)
158158
# Creates the ODESystem corresponding to the ReactionSystem (expanding functions and flattening it).
159159
# Creates a list of the systems all symbols (unknowns and parameters).
160-
rs = Catalyst.expand_registered_functions(flatten(rs))
161-
osys = convert(ODESystem, rs; remove_conserved)
160+
rs = complete(Catalyst.expand_registered_functions(flatten(rs)))
161+
osys = complete(convert(ODESystem, rs; remove_conserved))
162162
vars = [unknowns(rs); parameters(rs)]
163163

164164
# Computes equations for system conservation laws.

0 commit comments

Comments
 (0)