arvoelke / nengolib

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

Legendre delay network #161

Closed arvoelke closed 5 years ago

arvoelke commented 5 years ago

LegendreDelay version of PadeDelay and legendre=True flag to RollingWindow (defaults to False). Also sets the stage for #160.

Misc:

TODO:

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #161   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          30     30           
  Lines        1431   1442   +11     
  Branches      165    166    +1     
=====================================
+ Hits         1431   1442   +11
Impacted Files Coverage Δ
nengolib/monkeypatch.py 100% <ø> (ø) :arrow_up:
nengolib/network.py 100% <ø> (ø) :arrow_up:
nengolib/temporal.py 100% <100%> (ø) :arrow_up:
nengolib/solvers.py 100% <100%> (ø) :arrow_up:
nengolib/neurons.py 100% <100%> (ø) :arrow_up:
nengolib/synapses/analog.py 100% <100%> (ø) :arrow_up:
nengolib/networks/rolling_window.py 100% <100%> (ø) :arrow_up:

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 f5b769d...2aee106. Read the comment docs.