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

Optimise stage 5 boxplot result generation. #180

Closed a-t-0 closed 1 year ago

a-t-0 commented 1 year ago

Currently the stage 5 loads the input graphs many times. See if this can be reduced to none, or at most once.

a-t-0 commented 1 year ago

Done.