-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
This call is slow when repeated for every possible centroid because copy=True by default
Line 187 in e25f446
| self.dataArr = numpy.array(dataArr) |
This warning is erroneous (and this call is slow when repeated for every possible centroid because copy=True by default)
Lines 664 to 666 in e25f446
| Warning: does not copy the data unless necessary. | |
| """ | |
| return numpy.array(arr, dtype=desType, order="C") |
Metadata
Metadata
Assignees
Labels
No labels