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 97516f3 commit 6a9bcc7Copy full SHA for 6a9bcc7
tests/test_examples/test_examples.py
@@ -9,6 +9,7 @@ def test_bayesian_experimental_design(examples_path):
9
run_notebook(examples_path / "Bayesian_Experimental_Design.ipynb")
10
11
12
+@pytest.mark.skip(reason="requires setting up pyabc")
13
@pytest.mark.slow
14
def test_from_abc_to_bayesflow(examples_path):
15
run_notebook(examples_path / "From_ABC_to_BayesFlow.ipynb")
0 commit comments