Now we've converted the Cython cell detection code to pure python, it would be good to look into collecting code coverage during tests for this.
The easy but slow way would be to do a test run with numba turned off, and just collect coverage as normal. There might be cleverer ways to test with numba enabled though. I know for example that Matplotlib collects test coverage of compiled .c code.
Now we've converted the Cython cell detection code to pure python, it would be good to look into collecting code coverage during tests for this.
The easy but slow way would be to do a test run with numba turned off, and just collect coverage as normal. There might be cleverer ways to test with numba enabled though. I know for example that Matplotlib collects test coverage of compiled
.c
code.