Skip to content
Snippets Groups Projects
Commit 4d9b159d authored by Hal Simpson's avatar Hal Simpson
Browse files

changed default to identity for the default algorithm type

parent e5d5f37a
No related branches found
No related tags found
No related merge requests found
......@@ -471,7 +471,7 @@ def parse_args(args):
# Algorithms group
parser.add_argument('--algorithm',
choices=[k for k in algorithms],
default='default')
default='identity')
for k in algorithms:
algorithms[k].add_arguments(parser)
......
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