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 8932818 commit db22439
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 @@ -10,7 +10,7 @@ def test_convolution_method_absorber_finder_in_QSO_spectra(self):
# Set up the input parameters for the function
fits_file = os.path.join(os.path.dirname(__file__), 'qso_test.fits')
# Check if the file exists
assert os.path.exists(file_path), f"File {fits_file} does not exist"
assert os.path.exists(fits_file), f"File {fits_file} does not exist"
spec_index = 0
absorber = 'MgII'
ker_width_pix = [3, 4, 5, 6, 7, 8]
Expand Down

0 comments on commit db22439

Please sign in to comment.