MCDC
MCDC copied to clipboard
Fix numba TypeError with numba patch
Alex found a fix for the following error that he was getting on dev:
TypeError: Signature mismatch: 4 argument types given, but function takes 5 arguments
by using the patch from this numba issue: https://github.com/numba/numba/issues/8528
We should add a patch to incorporate this fix as well.