Skip to content

Commit 3804426

Browse files
author
Alexander Ororbia
committed
minor edit to bern-cell
1 parent b0b496a commit 3804426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngclearn/components/neurons/graded/bernoulliErrorCell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ def __repr__(self):
150150
if __name__ == '__main__':
151151
from ngcsimlib.context import Context
152152
with Context("Bar") as bar:
153-
X = GaussianErrorCell("X", 9)
153+
X = BernoulliErrorCell("X", 9)
154154
print(X)

0 commit comments

Comments
 (0)