We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TestCoercionFloat32.test_setitem
1 parent 682a867 commit 2a66586Copy full SHA for 2a66586
pandas/tests/series/indexing/test_setitem.py
@@ -1449,7 +1449,6 @@ def obj(self):
1449
np_version_gte1p24
1450
and os.environ.get("NPY_PROMOTION_STATE", "weak") != "weak"
1451
)
1452
- or WASM
1453
),
1454
reason="np.float32(1.1) ends up as 1.100000023841858, so "
1455
"np_can_hold_element raises and we cast to float64",
0 commit comments