Skip to content

Commit

Permalink
Update _conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Feb 23, 2025
1 parent 232a510 commit 1c8d4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_forecasting/tests/_conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def gpus():
return 0


@pytest.fixture(scope="session")
@pytest.fixture(scope="package")
def data_with_covariates():
data = get_stallion_data()
data["month"] = data.date.dt.month.astype(str)
Expand Down

0 comments on commit 1c8d4b5

Please sign in to comment.