diff --git a/README.rst b/README.rst index df3d24bb..76bc608e 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ anesthetic: nested sampling post-processing =========================================== :Authors: Will Handley and Lukas Hergt -:Version: 2.0.1 +:Version: 2.0.2 :Homepage: https://github.com/handley-lab/anesthetic :Documentation: http://anesthetic.readthedocs.io/ diff --git a/anesthetic/_version.py b/anesthetic/_version.py index 3f390799..668c3446 100644 --- a/anesthetic/_version.py +++ b/anesthetic/_version.py @@ -1 +1 @@ -__version__ = '2.0.1' +__version__ = '2.0.2' diff --git a/tests/test_reader.py b/tests/test_reader.py index 5e914b22..df106e2f 100644 --- a/tests/test_reader.py +++ b/tests/test_reader.py @@ -244,9 +244,9 @@ def test_regex_escape(): @pytest.mark.parametrize('root', ['pc', 'gd']) @pytest.mark.skipif(pytables_imported is False, reason="requires tables package") -def test_hdf5(root): +def test_hdf5(tmp_path, root): samples = read_chains('./tests/example_data/' + root) - filename = 'test_hdf5.h5' + filename = tmp_path / ('test_hdf5' + root + '.h5') key = "samples" with HDFStore(filename) as store: