Skip to content

Commit

Permalink
Update entrypoint.py with float defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema authored Feb 6, 2025
1 parent 7a8968b commit 9115aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asreviewcontrib/insights/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def execute(self, argv):
metavar="cm",
type=float,
nargs="+",
default=[0.1, 0.25, 0.5, 0.75, 0.8, 0.85, 0.9, 0.95, 1],
default=[0.1, 0.25, 0.5, 0.75, 0.8, 0.85, 0.9, 0.95, 1.0],
help="A (list of) values to compute the cm at.",
)
parser.add_argument(
Expand Down

0 comments on commit 9115aca

Please sign in to comment.