Skip to content

Commit

Permalink
time label should be hightime not longtime. (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood authored Jan 23, 2024
1 parent 8ede533 commit 4e516f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/comp_tests/check_method_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

_MISSING_DOIS = ["vandermaaten2008visualizing", "hosmer2013applied"]

TIME_LABELS = ["lowtime", "midtime", "longtime"]
TIME_LABELS = ["lowtime", "midtime", "hightime"]
MEM_LABELS = ["lowmem", "midmem", "highmem"]
CPU_LABELS = ["lowcpu", "midcpu", "highcpu"]

Expand Down
2 changes: 1 addition & 1 deletion src/common/comp_tests/check_metric_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

_MISSING_DOIS = ["vandermaaten2008visualizing", "hosmer2013applied"]

TIME_LABELS = ["lowtime", "midtime", "longtime"]
TIME_LABELS = ["lowtime", "midtime", "hightime"]
MEM_LABELS = ["lowmem", "midmem", "highmem"]
CPU_LABELS = ["lowcpu", "midcpu", "highcpu"]

Expand Down

0 comments on commit 4e516f1

Please sign in to comment.