LinkedEarth / Pyleoclim_util

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

include np.squeeze in series init #548

Closed alexkjames closed 5 months ago

alexkjames commented 5 months ago

Squeeze out additional dimensions from time and value in pyleo.Series init call. This is only done when the time and value have more than one value, as otherwise the time/value itself gets squeezed out.

Addresses #547