Skip to content

Commit

Permalink
Support for voltage and Ca dependent channel in NeuroML2 reader
Browse files Browse the repository at this point in the history
- array_eval_component() reimplements neuroml expression evaluation
                         using numpy vectorization. This adds
			 dependency on pint for unit handling.
- Numerous other fixes and cleanups.
  • Loading branch information
subhacom committed Aug 23, 2024
1 parent 8c4db05 commit 8cdacb7
Show file tree
Hide file tree
Showing 3 changed files with 820 additions and 193 deletions.
2 changes: 1 addition & 1 deletion biophysics/HHGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Cinfo* HHGate::initCinfo()
"Alternatively uses linear interpolation."
"The range of the double is predefined based on knowledge of"
"voltage or conc ranges, and the granularity is specified by"
"the xmin, xmax, and dV fields.",
"the xmin, xmax, and xdivs fields.",
&HHGate::lookupA);
static ReadOnlyLookupValueFinfo<HHGate, double, double> B(
"B",
Expand Down
Loading

0 comments on commit 8cdacb7

Please sign in to comment.