icecube / skyllh

https://icecube.github.io/skyllh/
GNU General Public License v3.0
11 stars 5 forks source link

Use numpy.isclose function #109

Closed martwo closed 1 year ago

martwo commented 1 year ago

The numpy.isclose function provides a better implementation for this line of code https://github.com/icecube/skyllh/blob/6d4d70b42cec32ab83954ca9dc1863108bc65236/skyllh/core/source_hypo_group.py#L127

martwo commented 1 year ago

Fixed in PR #149