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

Remove optional typing from exp_config and run_config. #124

Closed a-t-0 closed 1 year ago

a-t-0 commented 1 year ago

Make all attributes required, and keep a separate list of arguments that can be used to identify unique runs. That way a minimal object can still be created to determine whether a run is unique or not, irrespective of irrelevant features like: export_images.

This is because, whether the images should be exported or not, has no impact on the json and image output data if it already has been created. They remain unaltered by that attribute.

a-t-0 commented 1 year ago

Done.