Skip to content

Commit

Permalink
Reconcile resample docstring updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Feb 12, 2024
1 parent e788f72 commit 822f173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specutils/manipulation/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class FluxConservingResampler(ResamplerBase):
>>> resample_grid = [1, 5, 9, 13, 14, 17, 21, 22, 23] *u.nm
>>> fluxc_resample = FluxConservingResampler()
>>> fluxc_resample(input_spectra, resample_grid) # doctest: +FLOAT_CMP
<Spectrum1D(flux=<Quantity [ 1. , 3. , 6. , 7. , 6.25, 10. , 20. , nan, nan] mJy> (shape=(9,), mean=8.70833 mJy); spectral_axis=<SpectralAxis [ 1. 5. 9. ... 21. 22. 23.] nm> (length=9))>
<Spectrum1D(flux=<Quantity [ 1. , 3. , 6. , 7. , 6.25, 10. , 20. , nan, nan] mJy> (shape=(9,), mean=7.60714 mJy); spectral_axis=<SpectralAxis [ 1. 5. 9. ... 21. 22. 23.] nm> (length=9))>
"""

Expand Down

0 comments on commit 822f173

Please sign in to comment.