aparrish / simpleneighbors

A clean and easy interface for performing nearest-neighbor lookups
BSD 3-Clause "New" or "Revised" License
50 stars 1 forks source link

include tests/test_select_best.py in travis ci #6

Open aparrish opened 4 years ago

aparrish commented 4 years ago

Right now I am only running tests/test_simpleneighbors.py in Travis—this was the easiest way to fix issues relating to an outstanding numpy bug. I'd like to be able to restore this test in the future to ensure that the behavior of select_best() works across versions and platforms etc.