dirac-institute / kbmod

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

Replace asserts in C++ code with throw std::runtime_error #605

Closed jeremykubica closed 6 months ago

jeremykubica commented 6 months ago

Replace asserts in C++ code with throw std::runtime_error to both providing more meaningful error messages and also allow them to be caught easily in Python.