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 52c7320 commit ece4f27
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 @@ -1415,7 +1415,7 @@ def compose_2d(self, field, name, time=None):
span = self.iter_operate.span

if span != [0, 0]:
_logger.debug("%s %s", -span[0]+span[1],field.shape[1])
_logger.debug("span range: %s, field shape: %s", -span[0]+span[1],field.shape[1])
comp = np.empty((-span[0] + span[1], field.shape[1])) * np.NaN
self.length = -span[0] + span[1]
for i in iindex:
Expand Down

0 comments on commit ece4f27

Please sign in to comment.