File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 88from .neurons .graded .rewardErrorCell import RewardErrorCell
99
1010## point to standard spiking cell component types
11- from .neurons .spiking .sLIFCell import SLIFCell
11+ # from .neurons.spiking.sLIFCell import SLIFCell
1212from .neurons .spiking .IFCell import IFCell
1313from .neurons .spiking .LIFCell import LIFCell
1414from .neurons .spiking .WTASCell import WTASCell
5353from .synapses .convolution .traceSTDPDeconvSynapse import TraceSTDPDeconvSynapse
5454## point to modulated component types
5555from .synapses .modulated .MSTDPETSynapse import MSTDPETSynapse
56- from .synapses .modulated .REINFORCESynapse import REINFORCESynapse
56+ # from .synapses.modulated.REINFORCESynapse import REINFORCESynapse
5757
5858## point to monitors
5959from .monitor import Monitor
6060
6161## point to patched component types
62- from .synapses .patched .patchedSynapse import PatchedSynapse
63- from .synapses .patched .staticPatchedSynapse import StaticPatchedSynapse
64- from .synapses .patched .hebbianPatchedSynapse import HebbianPatchedSynapse
62+ # from .synapses.patched.patchedSynapse import PatchedSynapse
63+ # from .synapses.patched.staticPatchedSynapse import StaticPatchedSynapse
64+ # from .synapses.patched.hebbianPatchedSynapse import HebbianPatchedSynapse
6565
You can’t perform that action at this time.
0 commit comments