Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-yu-wang authored Jun 12, 2024
1 parent d7971d2 commit 5ae1c31
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/transform/test_resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ def test_yearly(self):
logger.info("Testing start-of-year resampling...")
self._test_granularity(granularity="12MS", offset=pd.to_timedelta(0))
logger.info("Testing end-of-year resampling...")
if sys.version_info[1] < 8:
self._test_granularity(granularity="12M", offset=pd.to_timedelta(0))
else:
self._test_granularity(granularity="12ME", offset=pd.to_timedelta(0))
self._test_granularity(granularity="12M", offset=pd.to_timedelta(0))


class TestShingle(unittest.TestCase):
Expand Down

0 comments on commit 5ae1c31

Please sign in to comment.