Skip to content

Commit

Permalink
add missing comma in the default list
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Jun 7, 2024
1 parent 9b1b887 commit 7f413e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute_metrics_reloaded.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_parser():
'nifti image of reference (ground truth).')
parser.add_argument('-metrics', nargs='+', required=False,
default=['dsc', 'fbeta', 'nsd', 'vol_diff', 'rel_vol_error',
'lesion_ppv', 'lesion_sensitivity', 'lesion_f1_score'
'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. '
Expand Down

0 comments on commit 7f413e8

Please sign in to comment.