Skip to content
Snippets Groups Projects
Commit 41f0d2f4 authored by Philipp Sadler's avatar Philipp Sadler
Browse files

quickfix -i option

parent ec4d17d8
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ if __name__ == "__main__": ...@@ -98,7 +98,7 @@ if __name__ == "__main__":
"Be careful with high values which might lead to exceed your API token limits." "Be careful with high values which might lead to exceed your API token limits."
"Default: 100.") "Default: 100.")
run_parser.add_argument("-i", "--instances_name", type=str, default="instances", run_parser.add_argument("-i", "--instances_name", type=str, default="instances",
required=True, help="The instances file name (.json suffix will be added automatically.") help="The instances file name (.json suffix will be added automatically.")
score_parser = sub_parsers.add_parser("score") score_parser = sub_parsers.add_parser("score")
score_parser.add_argument("-e", "--experiment_name", type=str, score_parser.add_argument("-e", "--experiment_name", type=str,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment