Skip to content

Commit

Permalink
added qso data path
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi0395 committed Jul 27, 2024
1 parent 54f9004 commit 9635d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_convolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class TestQSOAbsFind(unittest.TestCase):

def test_convolution_method_absorber_finder_in_QSO_spectra(self):
# Set up the input parameters for the function
fits_file = '../data/qso_test.fits'
fits_file = '../qso-data/qso_test.fits'
# Check if the file exists
assert os.path.exists(fits_file), f"File {fits_file} does not exist"
spec_index = np.random.randint(100)
Expand Down

0 comments on commit 9635d97

Please sign in to comment.