Skip to content

Commit d45eb6a

Browse files
committed
rm addition change
1 parent 5af94a7 commit d45eb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ def _get_ilevel_values(index, level):
710710

711711
if check_categorical:
712712
if is_categorical_dtype(left) or is_categorical_dtype(right):
713-
assert_categorical_equal(left.values, right.values, obj=f"{obj} category")
713+
assert_categorical_equal(left._values, right._values, obj=f"{obj} category")
714714

715715

716716
def assert_class_equal(left, right, exact: Union[bool, str] = True, obj="Input"):

0 commit comments

Comments
 (0)