Skip to content

Commit b9e7af2

Browse files
author
VibavariG
committed
Revert commit
1 parent 4b47b39 commit b9e7af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/indexing/test_setitem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ def obj(self):
14461446
marks=pytest.mark.xfail(
14471447
(
14481448
not np_version_gte1p24
1449-
# or (np_version_gte1p24 and np._get_promotion_state() != "weak")
1449+
or (np_version_gte1p24 and np._get_promotion_state() != "weak")
14501450
),
14511451
reason="np.float32(1.1) ends up as 1.100000023841858, so "
14521452
"np_can_hold_element raises and we cast to float64",

0 commit comments

Comments
 (0)