MCDC icon indicating copy to clipboard operation
MCDC copied to clipboard

Fix numba TypeError with numba patch

Open clemekay opened this issue 10 months ago • 0 comments

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.

clemekay avatar Mar 07 '25 21:03 clemekay