Skip to content

Commit 7fe0fee

Browse files
author
OlivierLuG
committed
CI/TST pandas-dev#34131 fixed test_floordiv_axis0_numexpr_path (2)
1 parent c01ee01 commit 7fe0fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_arithmetic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def test_floordiv_axis0_numexpr_path(self, opname):
379379
# case that goes through numexpr and has to fall back to masked_arith_op
380380
op = getattr(operator, opname)
381381

382-
arr = np.arange(10 ** 3).reshape(100, -1) * 1000
382+
arr = np.arange(10 ** 4).reshape(100, -1) * 100
383383
df = pd.DataFrame(arr)
384384
df["C"] = 1.0
385385

0 commit comments

Comments
 (0)