Skip to content

Commit

Permalink
Fix RaggedArray groupby test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored and jbednar committed Mar 8, 2021
1 parent fb67fd9 commit 160ea32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions datashader/tests/test_datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,11 @@ def test_groupby_extension_apply(self, data_for_grouping, op):
df.groupby("A").apply(op)
df.groupby("A").B.apply(op)

@pytest.mark.skip(reason="agg not supported")
def test_groupby_agg_extension(self):
pass



class TestRaggedInterface(eb.BaseInterfaceTests):
# Add array equality
Expand Down

0 comments on commit 160ea32

Please sign in to comment.