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 fa4ce9e commit 17a3764Copy full SHA for 17a3764
tests/v2/test_converters.py
@@ -26,7 +26,8 @@ def test_experiments_to_events_converter():
26
assert isinstance(converted.model, SbmlModel)
27
sbml_model = converted.model.sbml_model
28
29
- assert sbml_model.getNumEvents() == 2
+ # one event -- the initial period is handled via initial assignments
30
+ assert sbml_model.getNumEvents() == 1
31
assert converted.conditions == [
32
Condition(
33
id="_petab_preequilibration_on",
0 commit comments