Closed rosteen closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.88%. Comparing base (
d16d91a
) to head (d2938eb
). Report is 37 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #1131. We outsource most of the arithmetic logic to the inherited upstream handling, but it seems that wasn't preserving the outcome of
shift_spectrum_to
for some reason. I don't fully understand how the results were ending up with the original spectral axis, since that method updatesself._spectral_axis
, but this workaround is sufficient to give the expected behavior for now.