Skip to content

Commit

Permalink
Reverts accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed Sep 10, 2024
1 parent e5e3bac commit 5907f1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions carsus/io/tests/test_cmfgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5907f1b

Please sign in to comment.