From 5907f1be8ae1c0029a007ad4a1bb6c426a01433d Mon Sep 17 00:00:00 2001 From: Andrew Fullard Date: Tue, 10 Sep 2024 12:46:50 -0400 Subject: [PATCH] Reverts accidental commit --- carsus/io/tests/test_cmfgen.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/carsus/io/tests/test_cmfgen.py b/carsus/io/tests/test_cmfgen.py index aa2356169..57472f705 100644 --- a/carsus/io/tests/test_cmfgen.py +++ b/carsus/io/tests/test_cmfgen.py @@ -21,7 +21,7 @@ def si1_reader(): return CMFGENReader.from_config( "Si 0-1", - atomic_path="/home/afullard/carsus-data-cmfgen/atomic", + atomic_path="/tmp/atomic", collisions=True, cross_sections=True, ionization_energies=True, @@ -126,25 +126,25 @@ def test_CMFGENHydGauntBfParser(cmfgen_refdata_fname): return parser.base -#@pytest.mark.with_refdata +@pytest.mark.with_refdata @pytest.mark.array_compare(file_format="pd_hdf") def test_reader_lines(si1_reader): return si1_reader.lines -#@pytest.mark.with_refdata +@pytest.mark.with_refdata @pytest.mark.array_compare(file_format="pd_hdf") def test_reader_levels(si1_reader): return si1_reader.levels -#@pytest.mark.with_refdata +@pytest.mark.with_refdata @pytest.mark.array_compare(file_format="pd_hdf") def test_reader_collisions(si1_reader): return si1_reader.collisions -#@pytest.mark.with_refdata +@pytest.mark.with_refdata @pytest.mark.array_compare(file_format="pd_hdf") def test_reader_cross_sections_squeeze(si1_reader): return si1_reader.cross_sections