Skip to content

Commit

Permalink
remove printing of the default metrics -- this was just a duplication…
Browse files Browse the repository at this point in the history
… of `default=` arg, and we had to update it every time we updated `default=`
  • Loading branch information
valosekj committed Jun 7, 2024
1 parent 7f413e8 commit 7d9c95e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compute_metrics_reloaded.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ def get_parser():
'lesion_ppv', 'lesion_sensitivity', 'lesion_f1_score',
'ref_count', 'pred_count', 'lcwa'],
help='List of metrics to compute. For details, '
'see: https://metricsreloaded.readthedocs.io/en/latest/reference/metrics/metrics.html. '
'Default: dsc, fbeta, nsd, vol_diff, rel_vol_error')
'see: https://metricsreloaded.readthedocs.io/en/latest/reference/metrics/metrics.html.')
parser.add_argument('-output', type=str, default='metrics.csv', required=False,
help='Path to the output CSV file to save the metrics. Default: metrics.csv')

Expand Down

0 comments on commit 7d9c95e

Please sign in to comment.