maljovec / nglpy

A Python wrapped version of the Neighborhood Graph Library (NGL) developed by Carlos Correa and Peter Lindstrom with additional parameters and graph types.
Other
22 stars 6 forks source link

Add some entries to .gitignore. #11

Closed anntzer closed 5 years ago

anntzer commented 5 years ago

Thank you for providing this package.

This PR is a minor usability fix for hacking on the project :)

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 34


Totals Coverage Status
Change from base Build 28: 0.0%
Covered Lines: 40
Relevant Lines: 42

💛 - Coveralls
maljovec commented 5 years ago

@anntzer thank you for the contribution. If you are looking to compute empty region graphs on larger datasets and have a CUDA-compatible GPU, you may want to take a look at my other implementation nglpy-cuda which should be much more efficient.

anntzer commented 5 years ago

Right now nglpy should be good enough, but thanks for the pointer (and for maintaining these packages!).