Skip to content

Commit

Permalink
Merge pull request #134 from TeddyHuang-00/fix-help-string-typo
Browse files Browse the repository at this point in the history
fix: Fix typo in run_eval.py
  • Loading branch information
rajatsen91 authored Aug 29, 2024
2 parents 61fa1b2 + 3ebe343 commit 16d84e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/long_horizon_benchmarks/run_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
)
_DATASET = flags.DEFINE_string("dataset", "etth1", "The name of the dataset.")
_MODEL_PATH = flags.DEFINE_string(
"model_path", "./timesfm_q10_20240501", "The name of the dataset."
"model_path", "./timesfm_q10_20240501", "Path to model."
)
_DATETIME_COL = flags.DEFINE_string(
"datetime_col", "date", "Column having datetime."
Expand Down

0 comments on commit 16d84e9

Please sign in to comment.