Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Oct 24, 2023
1 parent 6693290 commit 30fdee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asf_tools/hydrosar/flood_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def _get_cli(interface: Literal['hyp3', 'main']) -> argparse.ArgumentParser:
parser.add_argument('--minimization-metric', type=str, default='ts', choices=['fmi', 'ts'],
help='Evaluation method to minimize when using the iterative estimator. '
'Options include a Fowlkes-Mallows index (fmi) or a threat score (ts).')
parser.add_argument('--iterative-minimum-size', type=int, default=0,
parser.add_argument('--iterative-min-size', type=int, default=0,
help='Minimum size of a connected waterbody in pixels for calculating flood depths with the '
'iterative estimator. Waterbodies smaller than this wll be skipped.')

Expand Down

0 comments on commit 30fdee7

Please sign in to comment.