Skip to content

Commit 16d84e9

Browse files
authored
Merge pull request #134 from TeddyHuang-00/fix-help-string-typo
fix: Fix typo in run_eval.py
2 parents 61fa1b2 + 3ebe343 commit 16d84e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/long_horizon_benchmarks/run_eval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
)
3737
_DATASET = flags.DEFINE_string("dataset", "etth1", "The name of the dataset.")
3838
_MODEL_PATH = flags.DEFINE_string(
39-
"model_path", "./timesfm_q10_20240501", "The name of the dataset."
39+
"model_path", "./timesfm_q10_20240501", "Path to model."
4040
)
4141
_DATETIME_COL = flags.DEFINE_string(
4242
"datetime_col", "date", "Column having datetime."

0 commit comments

Comments
 (0)