Skip to content

Commit

Permalink
Add path to enable running regressions on hops (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool committed Nov 23, 2022
1 parent abd82f1 commit 6556550
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/python/run_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@
# These are the locations where corpora can be found on specific machines.
# There is no need to specify them on a per-file basis.
CORPUS_ROOTS = [
'', # here, stored in this directory
'/tuna1/', # on tuna
'/store/', # on orca
'/scratch2/', # on damiano
'', # here, stored in this directory
'/tuna1/', # on tuna
'/store/', # on orca
'/', # on hops
'/scratch2/', # on damiano
'/System/Volumes/Data/store' # for new organization of directories in macOS Monterey
]

Expand Down

0 comments on commit 6556550

Please sign in to comment.