Skip to content

Commit

Permalink
fix: 🐛 a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zezhishao committed Sep 5, 2024
1 parent ba77ec3 commit f6d23fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion baselines/STID/GBA.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

############################## Hot Parameters ##############################
# Dataset & Metrics configuration
DATA_NAME = 'CA' # Dataset name
DATA_NAME = 'GBA' # Dataset name
regular_settings = get_regular_settings(DATA_NAME)
INPUT_LEN = regular_settings['INPUT_LEN'] # Length of input sequence
OUTPUT_LEN = regular_settings['OUTPUT_LEN'] # Length of output sequence
Expand Down
2 changes: 1 addition & 1 deletion baselines/STID/GLA.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

############################## Hot Parameters ##############################
# Dataset & Metrics configuration
DATA_NAME = 'CA' # Dataset name
DATA_NAME = 'GLA' # Dataset name
regular_settings = get_regular_settings(DATA_NAME)
INPUT_LEN = regular_settings['INPUT_LEN'] # Length of input sequence
OUTPUT_LEN = regular_settings['OUTPUT_LEN'] # Length of output sequence
Expand Down

0 comments on commit f6d23fd

Please sign in to comment.