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 699d895 commit 57b3c17Copy full SHA for 57b3c17
xarray/testing/strategies.py
@@ -479,6 +479,7 @@ def unique_subset_of(
479
480
class CFTimeStrategy(st.SearchStrategy):
481
def __init__(self, min_value, max_value):
482
+ super().__init__()
483
self.min_value = min_value
484
self.max_value = max_value
485
@@ -495,6 +496,7 @@ class CFTimeStrategyISO8601(st.SearchStrategy):
495
496
def __init__(self):
497
from xarray.tests.test_coding_times import _all_cftime_date_types
498
499
500
self.date_types = _all_cftime_date_types()
501
self.calendars = list(self.date_types)
502
0 commit comments