LinkedEarth / Pyleoclim_util

Python Package for the Analysis of Paleoclimate Data. Documentation at
https://pyleoclim-util.readthedocs.io
GNU General Public License v3.0
87 stars 33 forks source link

Fix ensembleseries doc build failure #596

Closed alexkjames closed 2 months ago

alexkjames commented 2 months ago

Fixes error in recent doc builds causing failure.

Lat and lon were being passed to a series object in the new from_PaleoEnsembleArray functions.

Also fixed wrong class usage in mulensegeoseries docstring

alexkjames commented 2 months ago

Thanks for identifying the issue. Shouldn't L80 of mulensgeoseries.py say mul_ens = pyleo.MulEnsGeoSeries(ens_list) rather than mul_ens = pyleo.MulEnsGeoSeries([ts_ens])?

yes, just fixed, thanks for catching that!