mcdc-project / mcdc-project/mcdc
Fix numba TypeError with numba patch
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 61
- Forks
- 38
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 10
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the Numba issue linked in the report, especially the patch for the signature mismatch, then reproduce the TypeError in the development environment. Locate where the project integrates with Numba and incorporate the relevant fix; done means the reported error no longer occurs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 48/100