Skip to content

Commit

Permalink
added chek_dtype=False into the DominanceCompare method
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBC committed Jan 17, 2024
1 parent 7c163ff commit 549a026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_dominance.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def test_DecisionMatrixDominanceAccessor_compare():

result = dom.compare("A0", "A1")

pd.testing.assert_frame_equal(result, expected)
pd.testing.assert_frame_equal(result, expected, check_dtype=False)


# =============================================================================
Expand Down

0 comments on commit 549a026

Please sign in to comment.