vectorization improvements for TPS transform(), apply(), and inverse()#129
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #129 +/- ##
========================================
Coverage 95.65% 95.65%
========================================
Files 29 29
Lines 2000 2000
========================================
Hits 1913 1913
Misses 87 87
Continue to review full report at Codecov.
|
| from renderapi.utils import encodeBase64, decodeBase64 | ||
| from .transform import Transform | ||
| import scipy.spatial | ||
| import scipy.special |
There was a problem hiding this comment.
it is not duplicate, but I ended up not using scipy.special ... would have thought flake8 would have told me that... will remove
|
|
|
@RussTorres i'm good with merging this are you? |
|
I mentioned this before, but not as a review -- this PR makes scipy an actual dependency. If we're okay with that (and I think we are) we should add it to the requirements file. |
|
I will make that change in the PR once Forrest confirms he is ok with the dependency |
|
there do appear to be a couple of numpy only ideas instead of scipy.spatial.cdist: |
|
scipy should be moved from test_requirements to requirements. |
No description provided.