Skip to content

Commit

Permalink
Merge pull request jrkerns#495 from SafirZouzout/patch-1
Browse files Browse the repository at this point in the history
Update orthogonality.py
  • Loading branch information
jrkerns authored May 31, 2024
2 parents 16688ee + 37d7d28 commit 3239ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylinac/contrib/orthogonality.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def analyze(self):
# and the vertical in the last two
# but we don't know which one is top/bottom or left/right
# so we need to sort them
# we can do this by sorting the distances; the lower distance is will be the top/left
# we can do this by sorting the distances; the lower distance will be the top/left
# and the higher distance will be the bottom/right
line_angles = {}
if sorted_dists[0] < sorted_dists[1]:
Expand Down

0 comments on commit 3239ac1

Please sign in to comment.