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 0ef4f4c commit 918e1a4Copy full SHA for 918e1a4
tests/test_petab.py
@@ -494,7 +494,7 @@ def test_concat_measurements():
494
petab.measurements.get_measurement_df))
495
496
497
-def test_get_obervable_ids(petab_problem): # pylint: disable=W0621
+def test_get_observable_ids(petab_problem): # pylint: disable=W0621
498
"""Test if observable ids functions returns correct value."""
499
assert set(petab_problem.get_observable_ids()) == {'observable_1'}
500
0 commit comments