From ef2321f65ec537ff7a4f9de338fb0896c9da6876 Mon Sep 17 00:00:00 2001 From: James Kerns Date: Mon, 24 Jun 2024 13:51:52 -0500 Subject: [PATCH] dup parameter --- pylinac/core/roi.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pylinac/core/roi.py b/pylinac/core/roi.py index 6e611e4a..5a269c05 100644 --- a/pylinac/core/roi.py +++ b/pylinac/core/roi.py @@ -458,8 +458,6 @@ def __init__( The ROI center location. contrast_threshold : float, int The threshold for considering a bubble to be "seen". - contrast_threshold : float, int - The threshold for considering a bubble to be "seen". """ super().__init__(array=array, radius=radius, center=center) self.contrast_threshold = contrast_threshold