Skip to content

Commit 4645e55

Browse files
committed
update
1 parent c1d69e0 commit 4645e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/computation/test_eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2002,7 +2002,7 @@ def test_validate_bool_args(value):
20022002

20032003
@td.skip_if_no("numexpr")
20042004
def test_eval_float_div_numexpr():
2005-
# GH59736
2005+
# GH 59736
20062006
result = pd.eval("1 / 2", engine="numexpr")
20072007
expected = 0.5
20082008
assert result == expected

0 commit comments

Comments
 (0)