Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a8dc2 commit 160c55dCopy full SHA for 160c55d
1 file changed
lib/matplotlib/tests/test_dates.py
@@ -442,6 +442,7 @@ def tz_convert(dt_list, tzinfo):
442
443
_test_date2num_dst(date_range, tz_convert)
444
445
+
446
def test_date2num_dst_pandas():
447
# Test for github issue #3896, but in date2num around DST transitions
448
# with a timezone-aware pandas date_range object.
@@ -455,6 +456,7 @@ def tz_convert(*args):
455
456
457
_test_date2num_dst(pd.date_range, tz_convert)
458
459
460
def test_DayLocator():
461
assert_raises(ValueError, mdates.DayLocator, interval=-1)
462
assert_raises(ValueError, mdates.DayLocator, interval=-1.5)
0 commit comments