Skip to content

Commit

Permalink
TST: set n_pool=None for sampling tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Jun 3, 2024
1 parent 629844d commit 48cd258
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_bilby_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def test_sampling_nessai(
analytic_priors=True,
seed=1234,
nessai_likelihood_constraint=likelihood_constraint,
n_pool=None,
)


Expand All @@ -55,4 +56,5 @@ def test_sampling_inessai(
injection_parameters={"x": 0.0, "y": 0.0},
seed=1234,
nessai_likelihood_constraint=likelihood_constraint,
n_pool=None,
)

0 comments on commit 48cd258

Please sign in to comment.