From 9115acabf0aa7ec3cbfc56bcc3645e2b7e8a3ffc Mon Sep 17 00:00:00 2001 From: Jelle Teijema Date: Thu, 6 Feb 2025 16:31:01 +0100 Subject: [PATCH] Update entrypoint.py with float defaults --- asreviewcontrib/insights/entrypoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asreviewcontrib/insights/entrypoint.py b/asreviewcontrib/insights/entrypoint.py index 665921e..61b563b 100644 --- a/asreviewcontrib/insights/entrypoint.py +++ b/asreviewcontrib/insights/entrypoint.py @@ -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(