Skip to content

Commit

Permalink
remove the Futurewarning in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 authored and ricardoV94 committed Jan 29, 2025
1 parent e0e7511 commit 268e13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def test_implicit_coords_series(self, seeded_test):
pd = pytest.importorskip("pandas")
ser_sales = pd.Series(
data=np.random.randint(low=0, high=30, size=22),
index=pd.date_range(start="2020-05-01", periods=22, freq="24H", name="date"),
index=pd.date_range(start="2020-05-01", periods=22, freq="24h", name="date"),
name="sales",
)
with pm.Model() as pmodel:
Expand Down

0 comments on commit 268e13b

Please sign in to comment.