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 c80198d commit 52c7320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icesat2waves/local_modules/m_general_ph3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ def compose_ts(self, ts, name, time=None):

_logger.debug('comp %s', comp.shape)
_logger.debug('ts %s', ts[i + span[0]:i + span[1]].shape)
_logger.debug("%s %s %s", i, span[0], span[1])
_logger.debug('i: %s span: %s %s', i, span[0], span[1])
comp = np.vstack((comp, ts[i + span[0]:i + span[1]]))

comp = np.delete(comp, 0, 0)
Expand Down

0 comments on commit 52c7320

Please sign in to comment.