Swift-BAT/NITRATES

Deprecated list reflection in Numba

Opened this issue · 0 comments

This is currently a warning, but will soon move to be fully deprecated. The solution is laid out here https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types . All lists inside of lists need to be changed to numba type lists. I believe this is mostly inside of the response/polygon stuff but could possibly be in other places too.