TOMToolkit / tom_base

The base Django project for a Target and Observation Manager
https://tom-toolkit.readthedocs.io
GNU General Public License v3.0
23 stars 42 forks source link

Fix cone matcher #936

Closed jchate6 closed 1 month ago

jchate6 commented 1 month ago

This should fix the issue with full precision floats interacting with badly when run through a bunch of trig and being stored as part of the returned queryset for the cone search match manager.

This also adds some tests enforcing proper behavior for out of bounds search values.