Skip to content

Commit

Permalink
added correct data and path
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi0395 committed Jul 27, 2024
1 parent 78d6653 commit ed323d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added data/qso_test.fits
Binary file not shown.
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 = '../qso-data/qso_test.fits'
fits_file = '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 ed323d5

Please sign in to comment.