Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Legendre delay network #161

Merged
merged 5 commits into from
Mar 9, 2019
Merged

Legendre delay network #161

merged 5 commits into from
Mar 9, 2019

Conversation

arvoelke
Copy link
Owner

@arvoelke arvoelke commented Mar 9, 2019

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

Misc:

  • Dropped support for nengo<=2.1.1

TODO:

  • Include in documentation and build
  • Include in CHANGES

@codecov-io
Copy link

codecov-io commented Mar 9, 2019

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% <ø> (ø) ⬆️
nengolib/network.py 100% <ø> (ø) ⬆️
nengolib/temporal.py 100% <100%> (ø) ⬆️
nengolib/solvers.py 100% <100%> (ø) ⬆️
nengolib/neurons.py 100% <100%> (ø) ⬆️
nengolib/synapses/analog.py 100% <100%> (ø) ⬆️
nengolib/networks/rolling_window.py 100% <100%> (ø) ⬆️

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.

@arvoelke arvoelke merged commit 2aee106 into master Mar 9, 2019
@arvoelke arvoelke deleted the legendre-delaycell branch March 9, 2019 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants