Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Jun 16, 2017
1 parent f9c6485 commit 11f95a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linetools/spectra/tests/test_xspec_methods.py
Expand Up @@ -46,7 +46,7 @@ def test_const_sig():


def test_unmask():
spec = XSpectrum1D.from_file(data_path('UM184_nF.fits'))
spec = XSpectrum1D.from_file(data_path('UM184_nF.fits'), masking='edges')
assert np.sum(spec.data['wave'].mask) > 0
spec.unmask()
assert np.sum(spec.data['wave'].mask) == 0
Expand Down

0 comments on commit 11f95a0

Please sign in to comment.