Skip to content

Commit

Permalink
Merge branch 'master' into depth_nans
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkjames authored Jun 19, 2024
2 parents 4d73e94 + 3080ce3 commit e6f8ca8
Show file tree
Hide file tree
Showing 18 changed files with 1,417 additions and 144 deletions.
3 changes: 1 addition & 2 deletions pyleoclim/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
from .surrogateseries import SurrogateSeries
from .ensembleseries import EnsembleSeries
from .scalograms import Scalogram, MultipleScalogram
from .coherence import Coherence
from .globalcoherence import GlobalCoherence
from .coherences import Coherence, GlobalCoherence
from .corr import Corr
from .correns import CorrEns
from .multivardecomp import MultivariateDecomp
Expand Down
2 changes: 1 addition & 1 deletion pyleoclim/core/coherence.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from copy import deepcopy

from matplotlib.ticker import ScalarFormatter, FormatStrFormatter
from matplotlib import cm
#from matplotlib import cm
from matplotlib import gridspec

from tqdm import tqdm
Expand Down
Loading

0 comments on commit e6f8ca8

Please sign in to comment.