dirac-institute / kbmod

KBMOD (Kernel-Based Moving Object Detection)
BSD 2-Clause "Simplified" License
46 stars 14 forks source link

Handle cases and silence FutureWarnings. #681

Closed DinoBektesevic closed 3 months ago

DinoBektesevic commented 3 months ago

Astropy promises to make 'in' operator an elementwise comparator in a future version. Until then it's a c olumn-wise operation.

We check what return type we get, handle the failure cases and silence the warnings.