centreborelli / ransac

Python wrapper for Enric Meinhardt's imscript RANSAC C implementation
5 stars 3 forks source link

Travis CI #1

Closed glostis closed 5 years ago

glostis commented 5 years ago

This PR adds Travis CI to run tests and deploy to PyPI.

Travis may need to be activated on this repo before merging.

I had to increase the atol of np.testing.assert_allclose from 0 to 1e-5 due to failing tests on the Travis VM. They were passing fine locally, but not on Travis (see failing build logs here). I'm not 100% comfortable with atol and rtol so maybe the change I made was not the best one?

carlodef commented 5 years ago

The modification of atol looks good to me. Thanks!