Skip to content

⚠️ Nightly upstream-dev CI failed ⚠️ #11043

@github-actions

Description

@github-actions

Workflow Run URL

Python 3.12 Test Summary
xarray/tests/test_backends.py::TestGenericNetCDFData::test_encoding_kwarg_dates: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_backends.py::TestNetCDF4Data::test_encoding_kwarg_dates: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_backends.py::TestDask::test_save_mfdataset_compute_false_roundtrip: worker 'gw1' crashed while running 'xarray/tests/test_backends.py::TestDask::test_save_mfdataset_compute_false_roundtrip'
xarray/tests/test_backends.py::TestNetCDF4ViaDaskData::test_encoding_kwarg_dates: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_backends.py::TestZarrDictStore::test_encoding_kwarg_dates[2]: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_backends.py::TestZarrNoConsolidatedMetadataSupport::test_encoding_kwarg_dates[2]: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_formatting.py::TestFormatting::test_diff_array_repr: AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc'
  
  Skipping 510 identical leading characters in diff, use -v to show
  �[0m�[91m- ], dtype='object', name='x')�[39;49;00m�[90m�[39;49;00m
  ?           ^^^^^�[90m�[39;49;00m
  �[92m+ ], dtype='str', name='x')�[39;49;00m�[90m�[39;49;00m
  ?           ^ +�[90m�[39;49;00m
  �[91m- R   x                    Index(['a', 'c'], dtype='object', name='x')�[39;49;00m�[90m�[39;49;00m
  ?                                                   ^^^^^�[90m�[39;49;00m
  �[92m+ R   x                    Index(['a', 'c'], dtype='str', name='x')�[39;49;00m�[90m�[39;49;00m
  ?                                                   ^ +�[90m�[39;49;00m
  �[90m �[39;49;00m Differing attributes:�[90m�[39;49;00m
  �[90m �[39;49;00m L   units: m�[90m�[39;49;00m
  �[90m �[39;49;00m R   units: kg�[90m�[39;49;00m
  �[90m �[39;49;00m Attributes only on the left object:�[90m�[39;49;00m
  �[90m �[39;49;00m     description: desc�[90m�[39;49;00m
xarray/tests/test_formatting.py::TestFormatting::test_diff_dataset_repr: AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc'
  
  Skipping 715 identical leading characters in diff, use -v to show
  �[0m�[91m- ], dtype='object', name='x')�[39;49;00m�[90m�[39;49;00m
  ?           ^^^^^�[90m�[39;49;00m
  �[92m+ ], dtype='str', name='x')�[39;49;00m�[90m�[39;49;00m
  ?           ^ +�[90m�[39;49;00m
  �[91m- R   x                    Index(['a', 'c'], dtype='object', name='x')�[39;49;00m�[90m�[39;49;00m
  ?                                                   ^^^^^�[90m�[39;49;00m
  �[92m+ R   x                    Index(['a', 'c'], dtype='str', name='x')�[39;49;00m�[90m�[39;49;00m
  ?                                                   ^ +�[90m�[39;49;00m
  �[90m �[39;49;00m Differing attributes:�[90m�[39;49;00m
  �[90m �[39;49;00m L   title: mytitle�[90m�[39;49;00m
  �[90m �[39;49;00m R   title: newtitle�[90m�[39;49;00m
  �[90m �[39;49;00m Attributes only on the left object:�[90m�[39;49;00m
  �[90m �[39;49;00m     description: desc�[90m�[39;49;00m
xarray/tests/test_backends.py::TestZarrDirectoryStore::test_encoding_kwarg_dates[2]: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_groupby.py::TestSeasonGrouperAndResampler::test_season_resampler[standard-True-False]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2001-03-01', '2001-06-01', '2001-09-01', '2001-12-01',
               '2002-03-01', '2002-06-01', '2002-09-01'],
              dtype='datetime64[us]', name='time', freq=None)
R   time                 DatetimeIndex(['2001-03-01', '2001-06-01', '2001-09-01', '2001-12-01',
               '2002-03-01', '2002-06-01', '2002-09-01'],
              dtype='datetime64[ns]', name='time', freq=None)
xarray/tests/test_groupby.py::TestSeasonGrouperAndResampler::test_season_resampler[standard-False-False]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-12-01', '2001-03-01', '2001-06-01', '2001-09-01',
               '2001-12-01', '2002-03-01', '2002-06-01', '2002-09-01',
               '2002-12-01'],
              dtype='datetime64[us]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-12-01', '2001-03-01', '2001-06-01', '2001-09-01',
               '2001-12-01', '2002-03-01', '2002-06-01', '2002-09-01',
               '2002-12-01'],
              dtype='datetime64[ns]', name='time', freq=None)
xarray/tests/test_groupby.py::TestSeasonGrouperAndResampler::test_season_resampler[nov-first-True-False]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2001-02-01', '2001-05-01', '2001-08-01', '2001-11-01',
               '2002-02-01', '2002-05-01', '2002-08-01'],
              dtype='datetime64[us]', name='time', freq=None)
R   time                 DatetimeIndex(['2001-02-01', '2001-05-01', '2001-08-01', '2001-11-01',
               '2002-02-01', '2002-05-01', '2002-08-01'],
              dtype='datetime64[ns]', name='time', freq=None)
xarray/tests/test_groupby.py::TestSeasonGrouperAndResampler::test_season_resampler[nov-first-False-False]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-11-01', '2001-02-01', '2001-05-01', '2001-08-01',
               '2001-11-01', '2002-02-01', '2002-05-01', '2002-08-01',
               '2002-11-01'],
              dtype='datetime64[us]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-11-01', '2001-02-01', '2001-05-01', '2001-08-01',
               '2001-11-01', '2002-02-01', '2002-05-01', '2002-08-01',
               '2002-11-01'],
              dtype='datetime64[ns]', name='time', freq=None)
xarray/tests/test_groupby.py::TestSeasonGrouperAndResampler::test_season_resampler[standard-diff-order-True-False]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2001-03-01', '2001-06-01', '2001-09-01', '2001-12-01',
               '2002-03-01', '2002-06-01', '2002-09-01'],
              dtype='datetime64[us]', name='time', freq=None)
R   time                 DatetimeIndex(['2001-03-01', '2001-06-01', '2001-09-01', '2001-12-01',
               '2002-03-01', '2002-06-01', '2002-09-01'],
              dtype='datetime64[ns]', name='time', freq=None)
xarray/tests/test_groupby.py::TestSeasonGrouperAndResampler::test_season_resampler[standard-diff-order-False-False]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-12-01', '2001-03-01', '2001-06-01', '2001-09-01',
               '2001-12-01', '2002-03-01', '2002-06-01', '2002-09-01',
               '2002-12-01'],
              dtype='datetime64[us]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-12-01', '2001-03-01', '2001-06-01', '2001-09-01',
               '2001-12-01', '2002-03-01', '2002-06-01', '2002-09-01',
               '2002-12-01'],
              dtype='datetime64[ns]', name='time', freq=None)
xarray/tests/test_groupby.py::TestSeasonGrouperAndResampler::test_season_resampler[december-same-year-True-False]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2001-01-01', '2001-04-01', '2001-07-01', '2001-10-01',
               '2002-01-01', '2002-04-01', '2002-07-01', '2002-10-01'],
              dtype='datetime64[us]', name='time', freq=None)
R   time                 DatetimeIndex(['2001-01-01', '2001-04-01', '2001-07-01', '2001-10-01',
               '2002-01-01', '2002-04-01', '2002-07-01', '2002-10-01'],
              dtype='datetime64[ns]', name='time', freq=None)
xarray/tests/test_groupby.py::TestSeasonGrouperAndResampler::test_season_resampler[december-same-year-False-False]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2001-01-01', '2001-04-01', '2001-07-01', '2001-10-01',
               '2002-01-01', '2002-04-01', '2002-07-01', '2002-10-01'],
              dtype='datetime64[us]', name='time', freq=None)
R   time                 DatetimeIndex(['2001-01-01', '2001-04-01', '2001-07-01', '2001-10-01',
               '2002-01-01', '2002-04-01', '2002-07-01', '2002-10-01'],
              dtype='datetime64[ns]', name='time', freq=None)
xarray/tests/test_groupby.py::TestSeasonGrouperAndResampler::test_season_resampler[skip-september-True-False]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2001-03-01', '2001-06-01', '2001-10-01', '2001-12-01',
               '2002-03-01', '2002-06-01', '2002-10-01'],
              dtype='datetime64[us]', name='time', freq=None)
R   time                 DatetimeIndex(['2001-03-01', '2001-06-01', '2001-10-01', '2001-12-01',
               '2002-03-01', '2002-06-01', '2002-10-01'],
              dtype='datetime64[ns]', name='time', freq=None)
xarray/tests/test_groupby.py::TestSeasonGrouperAndResampler::test_season_resampler[skip-september-False-False]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-12-01', '2001-03-01', '2001-06-01', '2001-10-01',
               '2001-12-01', '2002-03-01', '2002-06-01', '2002-10-01',
               '2002-12-01'],
              dtype='datetime64[us]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-12-01', '2001-03-01', '2001-06-01', '2001-10-01',
               '2001-12-01', '2002-03-01', '2002-06-01', '2002-10-01',
               '2002-12-01'],
              dtype='datetime64[ns]', name='time', freq=None)
xarray/tests/test_groupby.py::TestSeasonGrouperAndResampler::test_season_resampler[jjas-only-True-False]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2001-06-01', '2002-06-01'], dtype='datetime64[us]', name='time', freq=None)
R   time                 DatetimeIndex(['2001-06-01', '2002-06-01'], dtype='datetime64[ns]', name='time', freq=None)
xarray/tests/test_groupby.py::TestSeasonGrouperAndResampler::test_season_resampler[jjas-only-False-False]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2001-06-01', '2002-06-01'], dtype='datetime64[us]', name='time', freq=None)
R   time                 DatetimeIndex(['2001-06-01', '2002-06-01'], dtype='datetime64[ns]', name='time', freq=None)
xarray/tests/test_backends.py::TestZarrWriteEmpty::test_encoding_kwarg_dates[2]: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_backends.py::TestZarrDictStore::test_encoding_kwarg_dates[3]: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_backends.py::TestZarrNoConsolidatedMetadataSupport::test_encoding_kwarg_dates[3]: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_backends.py::TestZarrDirectoryStore::test_encoding_kwarg_dates[3]: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_backends.py::TestZarrWriteEmpty::test_encoding_kwarg_dates[3]: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_backends.py::TestScipyInMemoryData::test_encoding_kwarg_dates: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_backends.py::TestScipyFileObject::test_encoding_kwarg_dates: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_backends.py::TestScipyFilePath::test_encoding_kwarg_dates: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_backends.py::TestNetCDF3ViaNetCDF4Data::test_encoding_kwarg_dates: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_backends.py::TestNetCDF4ClassicViaNetCDF4Data::test_encoding_kwarg_dates: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', name='t', freq=None)
R   t                    DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[us]', name='t', freq='D')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-None-None-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 15:07:01',
               '2000-01-01 18:07:01', '2000-01-01 21:07:01',
               '2000-01-02 00:07:01', '2000-01-02 03:07:01',
               '2000-01-02 06:07:01', '2000-01-02 09:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 15:07:01',
               '2000-01-01 18:07:01', '2000-01-01 21:07:01',
               '2000-01-02 00:07:01', '2000-01-02 03:07:01',
               '2000-01-02 06:07:01', '2000-01-02 09:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-None-None-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-02 00:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-02 00:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-None-None-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:47:01',
               '2000-01-02 01:27:01', '2000-01-02 08:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:47:01',
               '2000-01-02 01:27:01', '2000-01-02 08:07:01'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-None-left-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 15:07:01',
               '2000-01-01 18:07:01', '2000-01-01 21:07:01',
               '2000-01-02 00:07:01', '2000-01-02 03:07:01',
               '2000-01-02 06:07:01', '2000-01-02 09:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 15:07:01',
               '2000-01-01 18:07:01', '2000-01-01 21:07:01',
               '2000-01-02 00:07:01', '2000-01-02 03:07:01',
               '2000-01-02 06:07:01', '2000-01-02 09:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-None-left-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-02 00:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-02 00:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-None-left-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:47:01',
               '2000-01-02 01:27:01', '2000-01-02 08:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:47:01',
               '2000-01-02 01:27:01', '2000-01-02 08:07:01'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-None-right-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 09:07:01', '2000-01-01 12:07:01',
               '2000-01-01 15:07:01', '2000-01-01 18:07:01',
               '2000-01-01 21:07:01', '2000-01-02 00:07:01',
               '2000-01-02 03:07:01', '2000-01-02 06:07:01',
               '2000-01-02 09:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 09:07:01', '2000-01-01 12:07:01',
               '2000-01-01 15:07:01', '2000-01-01 18:07:01',
               '2000-01-01 21:07:01', '2000-01-02 00:07:01',
               '2000-01-02 03:07:01', '2000-01-02 06:07:01',
               '2000-01-02 09:07:01'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-None-right-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 00:07:01', '2000-01-01 12:07:01',
               '2000-01-02 00:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 00:07:01', '2000-01-01 12:07:01',
               '2000-01-02 00:07:01'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-None-right-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 05:27:01', '2000-01-01 12:07:01',
               '2000-01-01 18:47:01', '2000-01-02 01:27:01',
               '2000-01-02 08:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 05:27:01', '2000-01-01 12:07:01',
               '2000-01-01 18:47:01', '2000-01-02 01:27:01',
               '2000-01-02 08:07:01'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-left-None-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 15:07:01',
               '2000-01-01 18:07:01', '2000-01-01 21:07:01',
               '2000-01-02 00:07:01', '2000-01-02 03:07:01',
               '2000-01-02 06:07:01', '2000-01-02 09:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 15:07:01',
               '2000-01-01 18:07:01', '2000-01-01 21:07:01',
               '2000-01-02 00:07:01', '2000-01-02 03:07:01',
               '2000-01-02 06:07:01', '2000-01-02 09:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-left-None-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-02 00:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-02 00:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-left-None-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:47:01',
               '2000-01-02 01:27:01', '2000-01-02 08:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:47:01',
               '2000-01-02 01:27:01', '2000-01-02 08:07:01'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-left-left-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 15:07:01',
               '2000-01-01 18:07:01', '2000-01-01 21:07:01',
               '2000-01-02 00:07:01', '2000-01-02 03:07:01',
               '2000-01-02 06:07:01', '2000-01-02 09:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 15:07:01',
               '2000-01-01 18:07:01', '2000-01-01 21:07:01',
               '2000-01-02 00:07:01', '2000-01-02 03:07:01',
               '2000-01-02 06:07:01', '2000-01-02 09:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-left-left-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-02 00:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-02 00:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-left-left-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:47:01',
               '2000-01-02 01:27:01', '2000-01-02 08:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:47:01',
               '2000-01-02 01:27:01', '2000-01-02 08:07:01'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-left-right-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 09:07:01', '2000-01-01 12:07:01',
               '2000-01-01 15:07:01', '2000-01-01 18:07:01',
               '2000-01-01 21:07:01', '2000-01-02 00:07:01',
               '2000-01-02 03:07:01', '2000-01-02 06:07:01',
               '2000-01-02 09:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 09:07:01', '2000-01-01 12:07:01',
               '2000-01-01 15:07:01', '2000-01-01 18:07:01',
               '2000-01-01 21:07:01', '2000-01-02 00:07:01',
               '2000-01-02 03:07:01', '2000-01-02 06:07:01',
               '2000-01-02 09:07:01'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-left-right-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 00:07:01', '2000-01-01 12:07:01',
               '2000-01-02 00:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 00:07:01', '2000-01-01 12:07:01',
               '2000-01-02 00:07:01'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-left-right-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 05:27:01', '2000-01-01 12:07:01',
               '2000-01-01 18:47:01', '2000-01-02 01:27:01',
               '2000-01-02 08:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 05:27:01', '2000-01-01 12:07:01',
               '2000-01-01 18:47:01', '2000-01-02 01:27:01',
               '2000-01-02 08:07:01'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-right-None-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 15:07:01', '2000-01-01 18:07:01',
               '2000-01-01 21:07:01', '2000-01-02 00:07:01',
               '2000-01-02 03:07:01', '2000-01-02 06:07:01',
               '2000-01-02 09:07:01', '2000-01-02 12:07:01',
               '2000-01-02 15:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 15:07:01', '2000-01-01 18:07:01',
               '2000-01-01 21:07:01', '2000-01-02 00:07:01',
               '2000-01-02 03:07:01', '2000-01-02 06:07:01',
               '2000-01-02 09:07:01', '2000-01-02 12:07:01',
               '2000-01-02 15:07:01'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-right-None-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-02 00:07:01', '2000-01-02 12:07:01',
               '2000-01-03 00:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-02 00:07:01', '2000-01-02 12:07:01',
               '2000-01-03 00:07:01'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-right-None-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 18:47:01', '2000-01-02 01:27:01',
               '2000-01-02 08:07:01', '2000-01-02 14:47:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 18:47:01', '2000-01-02 01:27:01',
               '2000-01-02 08:07:01', '2000-01-02 14:47:01'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-right-left-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 15:07:01', '2000-01-01 18:07:01',
               '2000-01-01 21:07:01', '2000-01-02 00:07:01',
               '2000-01-02 03:07:01', '2000-01-02 06:07:01',
               '2000-01-02 09:07:01', '2000-01-02 12:07:01',
               '2000-01-02 15:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 15:07:01', '2000-01-01 18:07:01',
               '2000-01-01 21:07:01', '2000-01-02 00:07:01',
               '2000-01-02 03:07:01', '2000-01-02 06:07:01',
               '2000-01-02 09:07:01', '2000-01-02 12:07:01',
               '2000-01-02 15:07:01'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-right-left-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-02 00:07:01', '2000-01-02 12:07:01',
               '2000-01-03 00:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-02 00:07:01', '2000-01-02 12:07:01',
               '2000-01-03 00:07:01'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-right-left-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 18:47:01', '2000-01-02 01:27:01',
               '2000-01-02 08:07:01', '2000-01-02 14:47:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 18:47:01', '2000-01-02 01:27:01',
               '2000-01-02 08:07:01', '2000-01-02 14:47:01'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-right-right-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 15:07:01',
               '2000-01-01 18:07:01', '2000-01-01 21:07:01',
               '2000-01-02 00:07:01', '2000-01-02 03:07:01',
               '2000-01-02 06:07:01', '2000-01-02 09:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 15:07:01',
               '2000-01-01 18:07:01', '2000-01-01 21:07:01',
               '2000-01-02 00:07:01', '2000-01-02 03:07:01',
               '2000-01-02 06:07:01', '2000-01-02 09:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-right-right-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-02 00:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-02 00:07:01',
               '2000-01-02 12:07:01'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[None-right-right-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:47:01',
               '2000-01-02 01:27:01', '2000-01-02 08:07:01',
               '2000-01-02 14:47:01'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:47:01',
               '2000-01-02 01:27:01', '2000-01-02 08:07:01',
               '2000-01-02 14:47:01'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-None-None-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 09:07:06', '2000-01-01 12:07:06',
               '2000-01-01 15:07:06', '2000-01-01 18:07:06',
               '2000-01-01 21:07:06', '2000-01-02 00:07:06',
               '2000-01-02 03:07:06', '2000-01-02 06:07:06',
               '2000-01-02 09:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 09:07:06', '2000-01-01 12:07:06',
               '2000-01-01 15:07:06', '2000-01-01 18:07:06',
               '2000-01-01 21:07:06', '2000-01-02 00:07:06',
               '2000-01-02 03:07:06', '2000-01-02 06:07:06',
               '2000-01-02 09:07:06'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-None-None-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 00:07:06', '2000-01-01 12:07:06',
               '2000-01-02 00:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 00:07:06', '2000-01-01 12:07:06',
               '2000-01-02 00:07:06'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-None-None-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 05:27:06', '2000-01-01 12:07:06',
               '2000-01-01 18:47:06', '2000-01-02 01:27:06',
               '2000-01-02 08:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 05:27:06', '2000-01-01 12:07:06',
               '2000-01-01 18:47:06', '2000-01-02 01:27:06',
               '2000-01-02 08:07:06'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-None-left-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 09:07:06', '2000-01-01 12:07:06',
               '2000-01-01 15:07:06', '2000-01-01 18:07:06',
               '2000-01-01 21:07:06', '2000-01-02 00:07:06',
               '2000-01-02 03:07:06', '2000-01-02 06:07:06',
               '2000-01-02 09:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 09:07:06', '2000-01-01 12:07:06',
               '2000-01-01 15:07:06', '2000-01-01 18:07:06',
               '2000-01-01 21:07:06', '2000-01-02 00:07:06',
               '2000-01-02 03:07:06', '2000-01-02 06:07:06',
               '2000-01-02 09:07:06'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-None-left-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 00:07:06', '2000-01-01 12:07:06',
               '2000-01-02 00:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 00:07:06', '2000-01-01 12:07:06',
               '2000-01-02 00:07:06'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-None-left-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 05:27:06', '2000-01-01 12:07:06',
               '2000-01-01 18:47:06', '2000-01-02 01:27:06',
               '2000-01-02 08:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 05:27:06', '2000-01-01 12:07:06',
               '2000-01-01 18:47:06', '2000-01-02 01:27:06',
               '2000-01-02 08:07:06'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-None-right-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 09:07:06', '2000-01-01 12:07:06',
               '2000-01-01 15:07:06', '2000-01-01 18:07:06',
               '2000-01-01 21:07:06', '2000-01-02 00:07:06',
               '2000-01-02 03:07:06', '2000-01-02 06:07:06',
               '2000-01-02 09:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 09:07:06', '2000-01-01 12:07:06',
               '2000-01-01 15:07:06', '2000-01-01 18:07:06',
               '2000-01-01 21:07:06', '2000-01-02 00:07:06',
               '2000-01-02 03:07:06', '2000-01-02 06:07:06',
               '2000-01-02 09:07:06'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-None-right-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 00:07:06', '2000-01-01 12:07:06',
               '2000-01-02 00:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 00:07:06', '2000-01-01 12:07:06',
               '2000-01-02 00:07:06'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-None-right-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 05:27:06', '2000-01-01 12:07:06',
               '2000-01-01 18:47:06', '2000-01-02 01:27:06',
               '2000-01-02 08:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 05:27:06', '2000-01-01 12:07:06',
               '2000-01-01 18:47:06', '2000-01-02 01:27:06',
               '2000-01-02 08:07:06'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-left-None-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 09:07:06', '2000-01-01 12:07:06',
               '2000-01-01 15:07:06', '2000-01-01 18:07:06',
               '2000-01-01 21:07:06', '2000-01-02 00:07:06',
               '2000-01-02 03:07:06', '2000-01-02 06:07:06',
               '2000-01-02 09:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 09:07:06', '2000-01-01 12:07:06',
               '2000-01-01 15:07:06', '2000-01-01 18:07:06',
               '2000-01-01 21:07:06', '2000-01-02 00:07:06',
               '2000-01-02 03:07:06', '2000-01-02 06:07:06',
               '2000-01-02 09:07:06'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-left-None-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 00:07:06', '2000-01-01 12:07:06',
               '2000-01-02 00:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 00:07:06', '2000-01-01 12:07:06',
               '2000-01-02 00:07:06'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-left-None-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 05:27:06', '2000-01-01 12:07:06',
               '2000-01-01 18:47:06', '2000-01-02 01:27:06',
               '2000-01-02 08:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 05:27:06', '2000-01-01 12:07:06',
               '2000-01-01 18:47:06', '2000-01-02 01:27:06',
               '2000-01-02 08:07:06'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-left-left-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 09:07:06', '2000-01-01 12:07:06',
               '2000-01-01 15:07:06', '2000-01-01 18:07:06',
               '2000-01-01 21:07:06', '2000-01-02 00:07:06',
               '2000-01-02 03:07:06', '2000-01-02 06:07:06',
               '2000-01-02 09:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 09:07:06', '2000-01-01 12:07:06',
               '2000-01-01 15:07:06', '2000-01-01 18:07:06',
               '2000-01-01 21:07:06', '2000-01-02 00:07:06',
               '2000-01-02 03:07:06', '2000-01-02 06:07:06',
               '2000-01-02 09:07:06'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-left-left-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 00:07:06', '2000-01-01 12:07:06',
               '2000-01-02 00:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 00:07:06', '2000-01-01 12:07:06',
               '2000-01-02 00:07:06'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-left-left-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 05:27:06', '2000-01-01 12:07:06',
               '2000-01-01 18:47:06', '2000-01-02 01:27:06',
               '2000-01-02 08:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 05:27:06', '2000-01-01 12:07:06',
               '2000-01-01 18:47:06', '2000-01-02 01:27:06',
               '2000-01-02 08:07:06'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-left-right-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 09:07:06', '2000-01-01 12:07:06',
               '2000-01-01 15:07:06', '2000-01-01 18:07:06',
               '2000-01-01 21:07:06', '2000-01-02 00:07:06',
               '2000-01-02 03:07:06', '2000-01-02 06:07:06',
               '2000-01-02 09:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 09:07:06', '2000-01-01 12:07:06',
               '2000-01-01 15:07:06', '2000-01-01 18:07:06',
               '2000-01-01 21:07:06', '2000-01-02 00:07:06',
               '2000-01-02 03:07:06', '2000-01-02 06:07:06',
               '2000-01-02 09:07:06'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-left-right-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 00:07:06', '2000-01-01 12:07:06',
               '2000-01-02 00:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 00:07:06', '2000-01-01 12:07:06',
               '2000-01-02 00:07:06'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-left-right-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 05:27:06', '2000-01-01 12:07:06',
               '2000-01-01 18:47:06', '2000-01-02 01:27:06',
               '2000-01-02 08:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 05:27:06', '2000-01-01 12:07:06',
               '2000-01-01 18:47:06', '2000-01-02 01:27:06',
               '2000-01-02 08:07:06'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-right-None-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:06', '2000-01-01 15:07:06',
               '2000-01-01 18:07:06', '2000-01-01 21:07:06',
               '2000-01-02 00:07:06', '2000-01-02 03:07:06',
               '2000-01-02 06:07:06', '2000-01-02 09:07:06',
               '2000-01-02 12:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:06', '2000-01-01 15:07:06',
               '2000-01-01 18:07:06', '2000-01-01 21:07:06',
               '2000-01-02 00:07:06', '2000-01-02 03:07:06',
               '2000-01-02 06:07:06', '2000-01-02 09:07:06',
               '2000-01-02 12:07:06'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-right-None-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:06', '2000-01-02 00:07:06',
               '2000-01-02 12:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:06', '2000-01-02 00:07:06',
               '2000-01-02 12:07:06'],
              dtype='datetime64[us]', name='time', freq='12h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-right-None-6h->400min]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:06', '2000-01-01 18:47:06',
               '2000-01-02 01:27:06', '2000-01-02 08:07:06',
               '2000-01-02 14:47:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:06', '2000-01-01 18:47:06',
               '2000-01-02 01:27:06', '2000-01-02 08:07:06',
               '2000-01-02 14:47:06'],
              dtype='datetime64[us]', name='time', freq='400min')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-right-left-6h->3h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:06', '2000-01-01 15:07:06',
               '2000-01-01 18:07:06', '2000-01-01 21:07:06',
               '2000-01-02 00:07:06', '2000-01-02 03:07:06',
               '2000-01-02 06:07:06', '2000-01-02 09:07:06',
               '2000-01-02 12:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:06', '2000-01-01 15:07:06',
               '2000-01-01 18:07:06', '2000-01-01 21:07:06',
               '2000-01-02 00:07:06', '2000-01-02 03:07:06',
               '2000-01-02 06:07:06', '2000-01-02 09:07:06',
               '2000-01-02 12:07:06'],
              dtype='datetime64[us]', name='time', freq='3h')
xarray/tests/test_cftimeindex_resample.py::test_resample_with_tick_resample_freq[5s-right-left-6h->12h]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L   time                 DatetimeIndex(['2000-01-01 12:07:06', '2000-01-02 00:07:06',
               '2000-01-02 12:07:06'],
              dtype='datetime64[ns]', name='time', freq=None)
R   time                 DatetimeIndex(['2000-01-01 12:07:06', '2000-01-02 00:07:06',
               '2000-01-02 12:07:06'],
              dtype='datetime64[us]', name='time', freq='12h')
+ 243 failing tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous Integration tools

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions