Skip to content

Commit

Permalink
Change default model to d
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 27, 2023
1 parent 4ea4dfd commit 50b9f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gifit/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
formatter_class=ArgumentDefaultsHelpFormatter)
parser.add_argument('--no-fail', dest='no_fail', action='store_true',
help='Produce exit code 0 even if any subprocesses do not.')
parser.add_argument('-m', '--model', dest='model', type=str, default='a',
parser.add_argument('-m', '--model', dest='model', type=str, default='d',
help='Name of built-in model to use, or a path to a custom CSV model.')
parser.add_argument('-s', '--size', dest='size', type=int, default=81920,
help='Output mesh size')
Expand Down

0 comments on commit 50b9f64

Please sign in to comment.