mirror of
https://github.com/amazon-science/chronos-forecasting
synced 2026-05-23 09:39:35 +00:00
Fix typo
This commit is contained in:
parent
57fb54f7ed
commit
bda7743a4c
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ def convert_df_input_to_list_of_dicts_input(
|
|||
freq = pd.infer_freq(timestamps)
|
||||
break
|
||||
|
||||
assert freq is not None, "validate is False, but could not infer frequency from the dataframe"
|
||||
assert freq is not None, "validate_inputs is False, but could not infer frequency from the dataframe"
|
||||
|
||||
# Convert to list of dicts format
|
||||
inputs: list[dict[str, np.ndarray | dict[str, np.ndarray]]] = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue