Skip to content

Commit 268e13b

Browse files
wd60622ricardoV94
authored andcommitted
remove the Futurewarning in the test
1 parent e0e7511 commit 268e13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def test_implicit_coords_series(self, seeded_test):
375375
pd = pytest.importorskip("pandas")
376376
ser_sales = pd.Series(
377377
data=np.random.randint(low=0, high=30, size=22),
378-
index=pd.date_range(start="2020-05-01", periods=22, freq="24H", name="date"),
378+
index=pd.date_range(start="2020-05-01", periods=22, freq="24h", name="date"),
379379
name="sales",
380380
)
381381
with pm.Model() as pmodel:

0 commit comments

Comments
 (0)