Skip to content

Commit

Permalink
Merged in gh_update (pull request #391)
Browse files Browse the repository at this point in the history
GH update
  • Loading branch information
jrkerns committed May 31, 2024
2 parents 467adaa + 3239ac1 commit afd48c6
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 afd48c6

Please sign in to comment.