uni-courses / snncompare

Runs networkx graphs representing spiking neural networks of LIF-neurons on lava-nc or networkx.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Determine which spike indicator to use. #70

Closed a-t-0 closed 1 year ago

a-t-0 commented 2 years ago
print(f'at [t]={G.nodes[node_name]["nx_LIF"][t]}')
            # TODO: determine whether to use s_out = 1 or, spikes=False.
            if G.nodes[node_name]["nx_LIF"][t].spikes:
a-t-0 commented 1 year ago

.spikes, the s_out is not for spikes, it seems to be channel.