Skip to content

Commit a03480a

Browse files
author
Alexander Ororbia
committed
minor cleanup of inits
1 parent d1c5e77 commit a03480a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ngclearn/components/input_encoders/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
from .poissonCell import PoissonCell
33
from .latencyCell import LatencyCell
44
from .phasorCell import PhasorCell
5+

ngclearn/components/neurons/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
from .spiking.izhikevichCell import IzhikevichCell
1616
from .spiking.hodgkinHuxleyCell import HodgkinHuxleyCell
1717
from .spiking.RAFCell import RAFCell
18+

ngclearn/components/neurons/graded/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
from .laplacianErrorCell import LaplacianErrorCell
55
from .bernoulliErrorCell import BernoulliErrorCell
66
from .rewardErrorCell import RewardErrorCell
7+

0 commit comments

Comments
 (0)