Skip to content

Commit

Permalink
fixed test_core_Series.py::TestUISeriesSlice
Browse files Browse the repository at this point in the history
  • Loading branch information
CommonClimate committed Jan 6, 2024
1 parent 2f3e7f2 commit 6302f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyleoclim/tests/test_core_Series.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ class TestUISeriesSlice:
We commit slices at known time intervals and check minimum and maximum values'''

def test_slice(self):
ts = gen_normal()
ts = gen_normal(nt=100)
ts_slice = ts.slice(timespan = (10, 50, 80, 90))
times = ts_slice.__dict__['time']

Expand Down

0 comments on commit 6302f17

Please sign in to comment.