mcdc-project / mcdc-project/mcdc

Fix numba TypeError with numba patch

Open
#309 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.