This commit is contained in:
Myhs-phz 2025-03-05 09:30:39 +00:00
parent a058b9b493
commit 28cdf4e776

View File

@ -67,7 +67,7 @@ def parse_args():
'already have the results and want to evaluate them, ' 'already have the results and want to evaluate them, '
'or "viz" if you want to visualize the results,' 'or "viz" if you want to visualize the results,'
'or "rs" if you want to search results from your station.', 'or "rs" if you want to search results from your station.',
choices=['all', 'infer', 'eval', 'viz', 'rs'], choices=['all', 'infer', 'eval', 'viz'],
default='all', default='all',
type=str) type=str)
parser.add_argument('-r', parser.add_argument('-r',