Skip to content

Commit 257e859

Browse files
committed
reinstate test
1 parent 9009075 commit 257e859

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/petab_test_suite/test_petab_suite.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
def test_case(case, model_type, version, jax):
2828
"""Wrapper for _test_case for handling test outcomes"""
2929
try:
30-
if model_type == "pysb" and version == "v2.0.0":
31-
_test_case(case, model_type, version, jax)
30+
_test_case(case, model_type, version, jax)
3231
except Exception as e:
3332
if isinstance(
3433
e, NotImplementedError

0 commit comments

Comments
 (0)