Skip to content

Commit

Permalink
Update src/icesat2waves/local_modules/m_general_ph3.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Paniagua <[email protected]>
  • Loading branch information
hollandjg and cpaniaguam authored Mar 19, 2024
1 parent eda0e16 commit e105dde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/icesat2waves/local_modules/m_general_ph3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,6 @@ def compose_ts(self, ts, name, time=None):
return -1
elif i + span[1] > ts.size:
return -1
_logger.debug("%s %s %s", i, span[0], span[1])
_logger.debug('i: %s span: %s %s', i, span[0], span[1])
_logger.debug('right postion: %s',i+span[1])
raise ValueError("composite span exceeds ts limits")
Expand Down

0 comments on commit e105dde

Please sign in to comment.