Skip to content

Commit

Permalink
Update pandas/tests/computation/test_eval.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
  • Loading branch information
mutricyl and mroeschke authored Jul 1, 2024
1 parent 33fa0c6 commit 3cb65eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/computation/test_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ def test_binop_typecasting(
"to complex 128 "
"https://github.com/pydata/numexpr/issues/492"
)
request.node.add_marker(mark)
request.applymarker(mark)
assert df.values.dtype == dtype
assert res.values.dtype == dtype
tm.assert_frame_equal(res, eval(s), check_exact=False)
Expand Down

0 comments on commit 3cb65eb

Please sign in to comment.