Closed hpparvi closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.36%. Comparing base (
2cc466d
) to head (d88f5c1
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR fixes Issue #227 by converting the
linelist
table inspecreduce.calibration_data.load_pypeit_calibration_lines
from a Table to a QTable before callingspecutils.utils.wcs_utils.vac_to_air
. Thevac_to_air
function requires wavelengths to be given asQuantity
objects, but the line list was a Table instead of a QTable.