Build: #9 failed Manual run by CASA adm account
Code commits
Casa6
-
Srikrishna Sekhar 200b70ed271cb51eab54264f9fda0cf265cc74ba
CAS-13324 : Fix bug with annulus flagging method
There was a serious bug where the annular rings were calculated in units of px
but were being applied to a UVgrid in metres. This has now been fixed, and
everything is being done in m.
An issue with compiling a numba function within a class has also been fixed -
the `apply_flags` function is now a @staticmethod.