Skip to content

Commit

Permalink
Add reference in test docs to relevant pandas issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flix6x committed Dec 21, 2020
1 parent a1acd48 commit 0db3886
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions timely_beliefs/tests/test_belief_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,8 @@ def test_groupby_retains_subclass_attribute(att, args):
"""Checks on metadata propagation for subclassed DataFrames under groupby operations.
Commented-out parameter combinations fail with pandas==1.1.5
The relevant issue has to do with calling finalize after operations:
see https://github.com/pandas-dev/pandas/issues/28283
"""

METADATA = ["a"]
Expand Down

0 comments on commit 0db3886

Please sign in to comment.