Skip to content

Commit

Permalink
dup parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkerns committed Jun 24, 2024
1 parent 671bff7 commit ef2321f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pylinac/core/roi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef2321f

Please sign in to comment.