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 28fe80aCopy full SHA for 28fe80a
pandas/tests/series/indexing/test_setitem.py
@@ -9,7 +9,6 @@
9
import numpy as np
10
import pytest
11
12
-from pandas.compat import WASM
13
from pandas.compat.numpy import np_version_gte1p24
14
from pandas.errors import IndexingError
15
@@ -1449,7 +1448,6 @@ def obj(self):
1449
1448
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