From 6556550fe33f7804993aaf10201da9900d52c14b Mon Sep 17 00:00:00 2001 From: Jimmy Lin Date: Wed, 23 Nov 2022 15:27:51 -0500 Subject: [PATCH] Add path to enable running regressions on hops (#2027) --- src/main/python/run_regression.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 ]