Skip to content

Commit 28fe80a

Browse files
TestCoercionFloat32.test_setitem now xpasses
1 parent 682a867 commit 28fe80a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/series/indexing/test_setitem.py

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import numpy as np
1010
import pytest
1111

12-
from pandas.compat import WASM
1312
from pandas.compat.numpy import np_version_gte1p24
1413
from pandas.errors import IndexingError
1514

@@ -1449,7 +1448,6 @@ def obj(self):
14491448
np_version_gte1p24
14501449
and os.environ.get("NPY_PROMOTION_STATE", "weak") != "weak"
14511450
)
1452-
or WASM
14531451
),
14541452
reason="np.float32(1.1) ends up as 1.100000023841858, so "
14551453
"np_can_hold_element raises and we cast to float64",

0 commit comments

Comments
 (0)