Skip to content

Commit 7233466

Browse files
committed
minor revision to slightly upgrade rate-cell doc
1 parent f0ea9f2 commit 7233466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ngclearn/components/neurons/graded/rateCell.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class RateCell(JaxComponent): ## Rate-coded/real-valued cell
104104
| and j_td is taken to be the set of top-down pressure signals
105105
106106
| --- Cell Input Compartments: ---
107-
| j - input (takes in external signals)
107+
| j - input pressure (takes in external signals)
108108
| j_td - input/top-down pressure input (takes in external signals)
109109
| --- Cell State Compartments ---
110110
| z - rate activity
@@ -141,7 +141,7 @@ class RateCell(JaxComponent): ## Rate-coded/real-valued cell
141141
increase the accuray of the estimate of the cell's evolution
142142
at an increase in computational cost (and simulation time)
143143
144-
resist_scale: a scaling factor applied to incoming current `j` (default: 1)
144+
resist_scale: a scaling factor applied to incoming pressure `j` (default: 1)
145145
"""
146146

147147
# Define Functions

0 commit comments

Comments
 (0)