Skip to content

Commit

Permalink
Fixed flake
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 4, 2020
1 parent 3fd757c commit 8b6e5d6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions holoviews/tests/core/data/testcudfinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ def setUp(self):
def test_dataset_2D_aggregate_spread_fn_with_duplicates(self):
raise SkipTest("cuDF does not support variance aggregation")

def test_dataset_reduce_ht(self):
reduced = Dataset({'Age':self.age, 'Weight':self.weight, 'Height':self.height},
kdims=self.kdims[1:], vdims=self.vdims)
self.assertEqual(self.table.reduce(['Gender'], np.mean), reduced)

def test_dataset_mixed_type_range(self):
ds = Dataset((['A', 'B', 'C', None],), 'A')
vmin, vmax = ds.range(0)
Expand Down

0 comments on commit 8b6e5d6

Please sign in to comment.