Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Feb 2, 2024
1 parent 1be6481 commit 07171b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gluonts/dataset/artificial/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def __init__(
self,
num_timeseries: int = 10,
num_steps: int = 30,
freq: str = "1H",
freq: str = "1h",
start: str = "2000-01-01 00:00:00",
# Generates constant dataset of 0s with explicit NaN missing values
is_nan: bool = False,
Expand Down

0 comments on commit 07171b0

Please sign in to comment.