Skip to content

Commit

Permalink
path corrected for test file
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi0395 committed Jul 27, 2024
1 parent a813594 commit fe8a5be
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 @@ -7,7 +7,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_test.fits'
fits_file = './qso_test.fits'
spec_index = 0
absorber = 'MgII'
ker_width_pix = [3, 4, 5, 6, 7, 8]
Expand Down

0 comments on commit fe8a5be

Please sign in to comment.