Skip to content

Commit 2a66586

Browse files
TestCoercionFloat32.test_setitem now xpasses
1 parent 682a867 commit 2a66586

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/series/indexing/test_setitem.py

-1
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,6 @@ def obj(self):
14491449
np_version_gte1p24
14501450
and os.environ.get("NPY_PROMOTION_STATE", "weak") != "weak"
14511451
)
1452-
or WASM
14531452
),
14541453
reason="np.float32(1.1) ends up as 1.100000023841858, so "
14551454
"np_can_hold_element raises and we cast to float64",

0 commit comments

Comments
 (0)