Python checking code needs to be outside ndr_Init.m
Open
Nobody has claimed this yet.
- Dominant language
- MATLAB
- Stars
- 2
- Forks
- 2
- Avg merge
- 9h 36m
- Merged PRs (30d)
- 16
Description
The reason is that the checking code will not even compile on systems that don't have python. So we should call a function inside the "try" loop because it will fail to compile.
Contributor guide
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 reading ndr_Init.m and locate the Python-checking code and its surrounding try block. Move the checking path as described so initialization can be compiled on systems without Python, then verify that ndr_Init.m initializes successfully in that environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matlab, python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100