genn-team / ml_genn

A library for deep learning with Spiking Neural Networks (SNN).
https://ml-genn.readthedocs.io
GNU Lesser General Public License v2.1
24 stars 7 forks source link

EventProp fixes #115

Closed neworderofjamie closed 4 weeks ago

neworderofjamie commented 4 weeks ago

This branch contains several EventProp fixes that have emerged from my recent debugging deep dive:

codecov-commenter commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 40.00000% with 39 lines in your changes missing coverage. Please review.

Project coverage is 64.77%. Comparing base (b729bbd) to head (c522e76).

Files with missing lines Patch % Lines
ml_genn/ml_genn/compilers/event_prop_compiler.py 19.35% 25 Missing :warning:
ml_genn/ml_genn/synapses/exponential.py 36.36% 7 Missing :warning:
ml_genn/ml_genn/utils/value.py 63.15% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #115 +/- ## ========================================== - Coverage 65.17% 64.77% -0.41% ========================================== Files 101 101 Lines 4221 4261 +40 ========================================== + Hits 2751 2760 +9 - Misses 1470 1501 +31 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.