Add option for numba acceleration. Improve tests#73
Add option for numba acceleration. Improve tests#73bjoaofelipe merged 13 commits intoKrishnaswamyLab:masterfrom
Conversation
…butes). Added random_landmarking attribute
|
Ran into two errors: ======================================================================
|
|
The distance parameter is not being used. Need to start passing it downstream. Every algorithm uses the default euclidean distance |
|
Found the error on: We are forcing euclidean distances here, which is not the expected behavior |
…ith and without numba are close enough
I added a test to test_landmark 04256c3 to confirm that this unexpected behaviour happens for both random landmarking and the default. |
|
I will create a new isue mentioning that distances are being ignored by the build_graph class. |
No description provided.