Skip to content

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Oct 29, 2024
1 parent 985d77a commit e0daefa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_sbml.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ def test_distr_processing():
tm = template_model_from_sbml_file(model_file)

for p, v in tm.parameters.items():
if 'compartment' in p:
continue
assert v.distribution is not None
assert v.distribution.type == 'Uniform1'

0 comments on commit e0daefa

Please sign in to comment.