LEMS / LEMS/pylems

Problem with Fitzhugh nagumo eqn

Open
#6 3 comments 0 reactions 0 assignees View on GitHub

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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.