Skip to content

Commit 6a9bcc7

Browse files
committed
skip pyabc test
1 parent 97516f3 commit 6a9bcc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_examples/test_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def test_bayesian_experimental_design(examples_path):
99
run_notebook(examples_path / "Bayesian_Experimental_Design.ipynb")
1010

1111

12+
@pytest.mark.skip(reason="requires setting up pyabc")
1213
@pytest.mark.slow
1314
def test_from_abc_to_bayesflow(examples_path):
1415
run_notebook(examples_path / "From_ABC_to_BayesFlow.ipynb")

0 commit comments

Comments
 (0)