Skip to content
Snippets Groups Projects

Enable setting domain restriction from theodolite.yaml

2 files
+ 17
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -125,6 +125,8 @@ def benchmark_parser(description):
@@ -125,6 +125,8 @@ def benchmark_parser(description):
help='[mandatory] List of instances used in benchmarks')
help='[mandatory] List of instances used in benchmarks')
parser.add_argument('--domain-restriction',
parser.add_argument('--domain-restriction',
action="store_true",
action="store_true",
 
default=os.environ.get(
 
'DOMAIN_RESTRICTION', 'false').lower() == 'true',
help='To use domain restriction. For details see README')
help='To use domain restriction. For details see README')
parser.add_argument('--search-strategy',
parser.add_argument('--search-strategy',
metavar='<strategy>',
metavar='<strategy>',
Loading