Skip to content

Commit

Permalink
add ::ODESystem specification in assess_identifiability call
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Mar 4, 2025
1 parent 84ce6e8 commit 01872fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function SI.assess_identifiability(rs::ReactionSystem, args...;
funcs_to_check = make_ftc(funcs_to_check, conseqs, vars)

# Computes identifiability and converts it to a easy to read form.
out = SI.assess_identifiability(osys, args...; measured_quantities,
out = SI.assess_identifiability(osys::ODESystem, args...; measured_quantities,
funcs_to_check, kwargs...)
return make_output(out, funcs_to_check, consconsts)
end
Expand Down

0 comments on commit 01872fa

Please sign in to comment.