Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Torres committed Mar 6, 2020
1 parent 821f241 commit 22547bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions goodman_pipeline/spectroscopy/tests/test_wavelength.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ def test__save_wavelength_calibrated(self):
save_data_to=os.getcwd())
self.file_list.append(fname)
self.assertEqual(fname, os.path.join(os.getcwd(), 'wfile_name_ws_1.fits'))
print(fname)
self.fail()

def test__save_science_data(self):
wavelength_solution = models.Chebyshev1D(degree=3)
Expand Down

0 comments on commit 22547bb

Please sign in to comment.