NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.
Other
276 stars 126 forks source link

Fix problem due to changes in connection sorting in NEST (#672) #697

Closed apdavison closed 3 years ago

apdavison commented 3 years ago

We now invalidate the connection cache whenever connections are added to any Projection (cf #672)

The PR also includes a regression test. To avoid the constant warnings, this PR also changes the default verbosity level to "error", however if would be nice if we could turn off this warning specifically.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+47.2%) to 47.216% when pulling d9ac31c037f3043f1549c541cf983249d6ee38a0 on apdavison:issue672 into 3886081759e728f7259c782def996cf93d4bd29b on NeuralEnsemble:master.