Skip to content

Commit

Permalink
TestCoercionFloat32.test_setitem now xpasses
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 22, 2025
1 parent 682a867 commit 2a66586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/tests/series/indexing/test_setitem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,6 @@ def obj(self):
np_version_gte1p24
and os.environ.get("NPY_PROMOTION_STATE", "weak") != "weak"
)
or WASM
),
reason="np.float32(1.1) ends up as 1.100000023841858, so "
"np_can_hold_element raises and we cast to float64",
Expand Down

0 comments on commit 2a66586

Please sign in to comment.