Skip to content

Commit

Permalink
mark all abc tests slow to reduce CI time.
Browse files Browse the repository at this point in the history
  • Loading branch information
janfb committed Jul 6, 2022
1 parent 39fddf4 commit a358ae8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/abc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from tests.test_utils import check_c2st


@pytest.mark.slow
@pytest.mark.parametrize("num_dim", (1, 2))
def test_mcabc_inference_on_linear_gaussian(
num_dim,
Expand Down Expand Up @@ -71,6 +72,7 @@ def test_mcabc_sass_lra(lra, sass_expansion_degree):
)


@pytest.mark.slow
@pytest.mark.parametrize("num_dim", (1, 2))
@pytest.mark.parametrize("prior_type", ("uniform", "gaussian"))
def test_smcabc_inference_on_linear_gaussian(
Expand Down Expand Up @@ -155,6 +157,7 @@ def test_smcabc_sass_lra(lra, sass_expansion_degree):
)


@pytest.mark.slow
@pytest.mark.parametrize("kde_bandwidth", ("cv", "silvermann", "scott", 0.1))
def test_mcabc_kde(kde_bandwidth):
test_mcabc_inference_on_linear_gaussian(
Expand Down

0 comments on commit a358ae8

Please sign in to comment.