Skip to content

Commit

Permalink
test up
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Dec 30, 2023
1 parent ab93302 commit 1771b45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/extensions/structural_identifiability.jl
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,10 @@ let
rs = @reaction_network begin
p, X --> 0
end
@unpack X = rs

assess_identifiability(rs_catalyst; measured_quantities=[rs.X], prob_thres=0.9)
assess_identifiability(rs_catalyst; measured_quantities=[rs.X], prob_thres=0.999)
assess_identifiability(rs; measured_quantities=[X], prob_threshold=0.9)
assess_identifiability(rs; measured_quantities=[X], prob_threshold=0.999)
end

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

0 comments on commit 1771b45

Please sign in to comment.