Skip to content

Commit

Permalink
adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Dec 2, 2023
1 parent 85538a4 commit b0854c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/arithmetic/test_numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ def test_series_divmod_zero(self):
# 1/-0.0 == -np.inf
# -1/-0.0 == np.inf
tser = Series(
np.arange(10, dtype=np.float64),
np.arange(1, 11, dtype=np.float64),
index=date_range("2020-01-01", periods=10),
name="ts",
)
Expand Down

0 comments on commit b0854c5

Please sign in to comment.