Skip to content

Commit

Permalink
Update series.py (#606)
Browse files Browse the repository at this point in the history
Co-authored-by: khider <11758571+khider@users.noreply.github.com>
  • Loading branch information
khider and khider authored Jul 23, 2024
1 parent 5ad1375 commit d97da49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyleoclim/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ def convert_time_unit(self, time_unit='ky BP', keep_log=False):
new_value = self.copy().value

new_ts.time = new_time
new_ts.new_value = new_value
new_ts.value = new_value
new_ts.time_unit = time_unit
new_ts.time_name = time_name

Expand Down

0 comments on commit d97da49

Please sign in to comment.