diff --git a/nc_time_axis/tests/integration/test_plot.py b/nc_time_axis/tests/integration/test_plot.py index ba1d5b7..b15faff 100644 --- a/nc_time_axis/tests/integration/test_plot.py +++ b/nc_time_axis/tests/integration/test_plot.py @@ -26,7 +26,7 @@ def tearDown(self): plt.close('all') def test_360_day_calendar_CalendarDateTime(self): - datetimes = [cftime.datetime(1986, month, 30) + datetimes = [cftime.datetime(1986, month, 30, calendar=None) for month in range(1, 6)] cal_datetimes = [nc_time_axis.CalendarDateTime(dt, '360_day') for dt in datetimes]