Problem with Fitzhugh nagumo eqn
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
value="( (V - ((V^3) / 3)) - W + I) / SEC"
is ok,
value="(V - (V^3) / 3 - W + I) / SEC"
is not...
In https://github.com/NeuroML/NeuroML2/blob/master/NeuroML2CoreTypes/Cells.xml
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
Compare the two FitzHugh–Nagumo expressions in NeuroML2CoreTypes/Cells.xml with how pylems parses and evaluates them. Start by locating the expression parsing or evaluation entry point for these values. Done means both mathematically equivalent forms produce the same result, with a regression test covering the discrepancy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100