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 15, 2024
1 parent b9360de commit 278af16
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 @@ -965,7 +965,7 @@ def boxmean(data, lon, lat, xlim, ylim):
case (2, 1):
datan = data[:, :, xbool][:, ybool, :]
case _:
_logger.debug('arrays have not the same shape')
_logger.debug('arrays do not have the same shape')


_logger.debug("new shape %s", datan.shape)
Expand Down

0 comments on commit 278af16

Please sign in to comment.