Skip to content
Snippets Groups Projects
Commit bb296e58 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Merge pull request #67 from hasimpson-usgs/identity

changed default to identity for the default algorithm type
parents e5d5f37a 4d9b159d
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