Skip to content

Commit 90ab89e

Browse files
committed
test up
1 parent 165fb8c commit 90ab89e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/extensions/structural_identifiability.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,10 @@ let
208208
rs = @reaction_network begin
209209
p, X --> 0
210210
end
211+
@unpack X = rs
211212

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)
213+
assess_identifiability(rs; measured_quantities=[X], prob_threshold=0.9)
214+
assess_identifiability(rs; measured_quantities=[X], prob_threshold=0.999)
214215
end
215216

216217
# Tests for hierarchical model with conservation laws at both top and internal levels.

0 commit comments

Comments
 (0)