-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the scipy convex hull code a bit more robust just like the pure …
…Python version. Contributes to CURA-1512
- Loading branch information
1 parent
f8703b4
commit 642bf79
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Out of curiosity, why do you create the additional variable? Aren't they both referencing the same data in memory?