Skip to content

Commit 17a3764

Browse files
committed
..
1 parent fa4ce9e commit 17a3764

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/v2/test_converters.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def test_experiments_to_events_converter():
2626
assert isinstance(converted.model, SbmlModel)
2727
sbml_model = converted.model.sbml_model
2828

29-
assert sbml_model.getNumEvents() == 2
29+
# one event -- the initial period is handled via initial assignments
30+
assert sbml_model.getNumEvents() == 1
3031
assert converted.conditions == [
3132
Condition(
3233
id="_petab_preequilibration_on",

0 commit comments

Comments
 (0)