Skip to content

Commit

Permalink
Updates from PR review
Browse files Browse the repository at this point in the history
Co-Authored-By: Carlos Paniagua <[email protected]>
  • Loading branch information
hollandjg and cpaniaguam committed Mar 13, 2024
1 parent 0399770 commit b9360de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icesat2waves/local_modules/m_spectrum_ph3.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,8 +711,8 @@ def power_anomalie(self, clim=None):
np.nanmedian(dd, axis=0) if clim is None else 10 * np.log10(clim)
)
dd_tmp = self.data_power_mean.repeat(self.time.size)
_logger.debug("%s", self.data_power_mean.shape)
_logger.debug("%s %s", self.f.size, self.time.size)
_logger.debug("data power mean shape: %s", self.data_power_mean.shape)
_logger.debug("f size: %s, time size: %s", self.f.size, self.time.size)
self.data_power_ano = dd - dd_tmp.reshape(self.f.size, self.time.size).T

def anomalie(self, clim=None):
Expand Down

0 comments on commit b9360de

Please sign in to comment.