Skip to content

Commit 65acf3d

Browse files
authored
Merge pull request #4890 from MarcoGorelli/pandas-compat
chore: Address pandas deprecation warning in test
2 parents 84f4e66 + afd9418 commit 65acf3d

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/tests/test_optional/test_utils

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/tests/test_optional/test_utils/test_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def np_inf():
9595
columns=["col 1"], data=[1, 2, 3, dt(2014, 1, 5), pd.NaT, np_nan(), np_inf()]
9696
)
9797

98-
rng = pd.date_range("1/1/2011", periods=2, freq="H")
98+
rng = pd.date_range("1/1/2011", periods=2, freq="h")
9999
ts = pd.Series([1.5, 2.5], index=rng)
100100

101101

0 commit comments

Comments
 (0)