arvoelke / nengolib

Nengo library of additional extensions
Other
29 stars 6 forks source link

[ENH] Extend ss2sim to general synapses #86

Closed arvoelke closed 7 years ago

arvoelke commented 7 years ago

This resolves #73 (except some normalizers will be broken).

This extends the LinearNetwork to handle arbitrary linear synapses (e.g., double exponential), and also support appropriate combinations of continuous and discrete-time synapses / systems.

This is tested from the perspective of ss2sim which has the function of mapping the system onto the synapse. Derivations and examples are in upcoming paper(s).

codecov-io commented 7 years ago

Codecov Report

Merging #86 into master will not change coverage. The diff coverage is 100%.

@@          Coverage Diff          @@
##           master    #86   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          25     25           
  Lines        1074   1065    -9     
  Branches      127    125    -2     
=====================================
- Hits         1074   1065    -9
Impacted Files Coverage Δ
nengolib/networks/linear_network.py 100% <ø> (ø) :white_check_mark:
nengolib/synapses/mapping.py 100% <100%> (ø) :white_check_mark:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 288ef8e...869a57b. Read the comment docs.