Skip to content

Commit

Permalink
commented out else: pass block as it is irrelevant. I leave it as com…
Browse files Browse the repository at this point in the history
…ment for future reference
  • Loading branch information
mchalela committed Feb 4, 2024
1 parent ad61273 commit bb03da0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nirdust/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ def match_spectral_axes(
else:
second_sp = _rescale(second_sp, reference_sp=first_sp)

else:
# they have the same dispersion, is that equivalent
# to equal spectral_axis?
pass
# else:
# # they have the same dispersion, is that equivalent
# # to equal spectral_axis?
# pass

if clean:
first_sp, second_sp = _clean_and_match(first_sp, second_sp)
Expand Down

0 comments on commit bb03da0

Please sign in to comment.