Skip to content

Commit

Permalink
fix mulensgeoseries doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkjames committed Jul 3, 2024
1 parent d97df89 commit e542b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyleoclim/core/mulensgeoseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def mcpca(self,nsim=1000, seed=None, common_time_kwargs=None, pca_kwargs=None,al
ts_ens = pyleo.EnsembleGeoSeries(series_list)
ens_list.append(ts_ens)
mul_ens = pyleo.MulEnsGeoSeries([ts_ens])
mul_ens = pyleo.MulEnsGeoSeries(ens_list)
mul_ens.mcpca(nsim=10,seed=42)'''

common_time_kwargs = {} if common_time_kwargs is None else common_time_kwargs.copy()
Expand Down

0 comments on commit e542b7f

Please sign in to comment.