diff --git a/src/main/python/run_regression.py b/src/main/python/run_regression.py index 21c2d5ab1b..847efab8ab 100644 --- a/src/main/python/run_regression.py +++ b/src/main/python/run_regression.py @@ -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 ]