Package: python-pynndescent / 0.5.13-1

Metadata

Package Version Patches format
python-pynndescent 0.5.13-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
arm.patch | (download)

pynndescent/tests/test_distances.py | 10 10 + 0 - 0 !
pynndescent/tests/test_pynndescent_.py | 4 4 + 0 - 0 !
pynndescent/tests/test_rank.py | 4 4 + 0 - 0 !
3 files changed, 18 insertions(+)

 some tests fail on arm, skip.


test load pynndescent_bug_np.npz from relative path.patch | (download)

pynndescent/tests/test_pynndescent_.py | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 test: load pynndescent_bug_np.npz from relative path

The test `test_bad_data` will fail to load the test data
`pynndescent_bug_np.npz` in case the current directory is not the
repositories root directory.

Load the `pynndescent_bug_np.npz` test data relative from the test file
to not rely on the current directory.