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 a bug in series.py that was preventing values to be assigned correctly when changing the time axis #606

Closed khider closed 1 month ago

khider commented 1 month ago

Small mistake in series.py:

changed line 770 from new_ts.new_value = new_value to new_ts.value = new_value to properly assign the parameters of the time series,