VH-Lab / VH-Lab/NDR-matlab

Python checking code needs to be outside ndr_Init.m

Open
#60 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.