Skip to content

Commit

Permalink
mods needed for cftime PR #202
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Sep 29, 2020
1 parent 531dd0d commit 53516fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nc_time_axis/tests/integration/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='360_day')
for month in range(1, 6)]
cal_datetimes = [nc_time_axis.CalendarDateTime(dt, '360_day')
for dt in datetimes]
Expand Down

0 comments on commit 53516fb

Please sign in to comment.