Skip to content

Commit

Permalink
wrong name for the CIA file!
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Nov 22, 2023
1 parent ac0f203 commit 657462d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/cortecs/tests/test_opac.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ class TestOpac(unittest.TestCase):
tests the Opac object.
"""

cia_filename = (
os.path.abspath(".") + "/src/cortecs/tests/test_output_cia_lotemp.dat"
)
cia_filename = os.path.abspath(".") + "/src/cortecs/tests/test_output_cia.dat"

def test_wrong_method(self):
"""
Expand Down Expand Up @@ -137,9 +135,7 @@ def test_cia_opac_final_grid(self):


class TestIO(unittest.TestCase):
cia_filename = (
os.path.abspath(".") + "/src/cortecs/tests/test_output_cia_lotemp.dat"
)
cia_filename = os.path.abspath(".") + "/src/cortecs/tests/test_output_cia.dat"

def test_write_cia_same_cross_section(self):
"""
Expand Down Expand Up @@ -206,9 +202,7 @@ class TestInterpolateCIA(unittest.TestCase):
cross_sec_filename = (
os.path.abspath(".") + "/src/cortecs/tests/absorb_coeffs_C2H4.npy"
)
cia_filename = (
os.path.abspath(".") + "/src/cortecs/tests/test_output_cia_lotemp.dat"
)
cia_filename = os.path.abspath(".") + "/src/cortecs/tests/test_output_cia.dat"

def test_interpolate_cia_within_bounds(self):
"""
Expand Down

0 comments on commit 657462d

Please sign in to comment.