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 fb37e81 commit fa4ce9eCopy full SHA for fa4ce9e
tests/v2/test_converters.py
@@ -211,7 +211,6 @@ def test_simulate_experiment_to_events():
211
"_petab_experiment_indicator_e1"
212
).setValue(1)
213
sbml_actual = converted.model.to_sbml_str()
214
- print(converted.model.to_antimony())
215
basico.load_model(sbml_actual)
216
df_actual = basico.run_time_course(values=timepoints)
217
0 commit comments