We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165fb8c commit 90ab89eCopy full SHA for 90ab89e
test/extensions/structural_identifiability.jl
@@ -208,9 +208,10 @@ let
208
rs = @reaction_network begin
209
p, X --> 0
210
end
211
+ @unpack X = rs
212
- assess_identifiability(rs_catalyst; measured_quantities=[rs.X], prob_thres=0.9)
213
- assess_identifiability(rs_catalyst; measured_quantities=[rs.X], prob_thres=0.999)
+ assess_identifiability(rs; measured_quantities=[X], prob_threshold=0.9)
214
+ assess_identifiability(rs; measured_quantities=[X], prob_threshold=0.999)
215
216
217
# Tests for hierarchical model with conservation laws at both top and internal levels.
0 commit comments