Skip to content

Commit

Permalink
removing code and formating file
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jan 12, 2024
1 parent 51cd07f commit ee8f233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icesat2_tracks/ICEsat2_SI_tools/generalized_FT.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ def get_stancil_var_apply(stancil):
self.G.attrs["mean_variance_LS_pwelch_spectrum"] = self.calc_var()

def mean_spectral_error(self, mask=None, confidence=0.95):
return wavenumber_spectrogram.mean_spectral_error(
return spec.wavenumber_spectrogram.mean_spectral_error(
self, mask=mask, confidence=confidence
)

Expand Down Expand Up @@ -863,7 +863,7 @@ def get_stats(self, dk, Nx_full, print_flag=False):
return pars


class get_prior_spec(object):
class get_prior_spec:
def __init__(self, freq, data):
""" """
import numpy as np
Expand Down

0 comments on commit ee8f233

Please sign in to comment.