issues
search
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
Write function to verify configuration settings are complete and valid.
#47
Closed
a-t-0
closed
2 years ago
a-t-0
commented
2 years ago
[x] Refactor into separate folder.
Verify:
[x] adaptation
[x] radiation
[x] m
[x] iterations
[x] max_max_graphs
[x] size_and_max_graphs
[x] overwrite_sim_results
[x] overwrite_visualisation
[x] simulators
a-t-0
commented
2 years ago
[x] Write min max consistency test for config settings.
[x] Make iterators naming consistent.
[x] Make test names consisted (e.g.
..too_high
says something about type instead of value).
[x] test_generic_configuration.py
[x] test_supported_settings_m_vals.py
[x] test_supported_settings_adaptation.py
[x] test_supported_settings_overwrite_sim_results.py
[x] test_supported_settings_iteration.py
[x] test_supported_settings_overwrite_visualisation.py
[x] test_supported_settings_max_graph_size.py
[x] test_supported_settings_radiation.py
[x] test_supported_settings_max_max_graphs.py
[x] test_supported_settings_simulators.py
[x] test_supported_settings_min_graph_size.py
[x] test_supported_settings_size_and_max_graphs.py
[ ] Check if you should/could write any more tests. If could: note which tests to write, of should, write tests.
[x] Verify test functions have correct subject, e.g.
..simulators
contains a test with name
_m_
instead of
_simulators_
.
Verify: