You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/CatalystStructuralIdentifiabilityExtension/structural_identifiability_extension.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ function make_osys(rs::ReactionSystem; remove_conserved=true)
158
158
# Creates the ODESystem corresponding to the ReactionSystem (expanding functions and flattening it).
159
159
# Creates a list of the systems all symbols (unknowns and parameters).
160
160
ModelingToolkit.iscomplete(rs) ||error("Identifiability should only be computed for complete systems. A ReactionSystem can be marked as complete using the `complete` function.")
0 commit comments