Skip to content

Commit

Permalink
remove source of conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelweingartner committed Feb 13, 2025
1 parent 691e237 commit 9a7a623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnocchi/tests/test_carbonara.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def test_aggregation_std_with_unique(self):
[datetime64(2014, 1, 1, 12, 0, 0)], [3])
ts = self._resample(ts, numpy.timedelta64(60, 's'), 'std')

self.assertEqual(0, len(ts), ts.values.size)
self.assertEqual(0, len(ts), ts.values)

ts = carbonara.TimeSerie.from_data(
[datetime64(2014, 1, 1, 12, 0, 0),
Expand Down

0 comments on commit 9a7a623

Please sign in to comment.