Skip to content

Commit

Permalink
slightly modded bernoulli-cell help to reflect correct compartment names
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Ororbia committed Jul 17, 2024
1 parent 52f36ae commit 18724fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ngclearn/components/input_encoders/bernoulliCell.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ def help(cls): ## component help function
"the dimension's magnitude/value/intensity"
}
compartment_props = {
"input_compartments":
"inputs":
{"inputs": "Takes in external input signal values"},
"states":
{"key": "JAX PRNG key"},
"output_compartments":
"outputs":
{"tols": "Time-of-last-spike",
"outputs": "Binary spike values emitted at time t"},
}
Expand Down

0 comments on commit 18724fd

Please sign in to comment.