Skip to content

Commit

Permalink
test: try to fix plotting test
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Dec 13, 2023
1 parent 248113e commit fb77c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sampling/test_standard_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,11 +462,11 @@ def test_constant_volume_mode(integration_model, tmpdir):
@pytest.mark.slow_integration_test
def test_sampling_with_plotting(integration_model, tmpdir):
"""Test sampling with plots enabled"""
output = str(tmpdir.mkdir("test"))
output = str(tmpdir.mkdir("test_plotting"))
fs = FlowSampler(
integration_model,
output=output,
nlive=100,
nlive=500,
plot=True,
proposal_plots=True,
stopping=1.0,
Expand Down

0 comments on commit fb77c1e

Please sign in to comment.