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

Ensure graphs are outputted for stage 3. #71

Closed a-t-0 closed 1 year ago

a-t-0 commented 2 years ago

Currently an error:

src/graph_generation/helper_network_structure.py", line 293, in set_nx_node_colours
    if G.nodes[node_name]["nx_LIF"][t].spikes:
AttributeError: 'dict' object has no attribute 'spikes'

Is thrown. Fix it.