Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
This reverts commit 73dc206.

TODO:
```
FAILED test/candidate_space/test_famos.py::test_famos - TypeError: candidates...
FAILED test/pypesto/test_pypesto.py::test_pypesto - AssertionError: Series ar...
```
  • Loading branch information
dweindl committed Dec 16, 2023
1 parent 72fc8c3 commit a1babf8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/candidate_space/test_famos.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def expected_progress_list():
]


@pytest.mark.skip(reason="FIXME")
def test_famos(
petab_select_problem,
expected_criterion_values,
Expand Down
1 change: 0 additions & 1 deletion test/pypesto/test_pypesto.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def objective_customizer(obj):
obj.amici_solver.setRelativeTolerance(1e-12)


@pytest.mark.skip(reason="FIXME")
def test_pypesto():
for test_case_path in test_cases_path.glob('*'):
if test_cases and test_case_path.stem not in test_cases:
Expand Down

0 comments on commit a1babf8

Please sign in to comment.