Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Stefanie Molin <[email protected]>
  • Loading branch information
JCGoran and stefmolin authored Jul 22, 2024
1 parent baf638e commit 3dc1e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data_morph/shapes/bases/line_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ def distance(self, x: Number, y: Number) -> float:
Notes
-----
Implementation based on `this SO answer`_.
Implementation based on `this Stack Overflow answer`_.
.. _this SO answer: https://stackoverflow.com/a/58781995
.. _this Stack Overflow answer: https://stackoverflow.com/a/58781995
"""
p = np.array([x, y])
lines = np.array(self.lines)
Expand Down

0 comments on commit 3dc1e2c

Please sign in to comment.