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

[WIP] Refactor polynomial approximations and filtering in general #23

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from

Conversation

mdeff
Copy link
Collaborator

@mdeff mdeff commented Mar 19, 2018

See history.rst for details and motivation. Work in progress, not ready to be merged.

@mdeff mdeff self-assigned this Mar 19, 2018
@coveralls
Copy link

coveralls commented Mar 19, 2018

Coverage Status

Coverage increased (+0.9%) to 86.215% when pulling c086831 on polynomial-approximations into 1869b02 on master.

@mdeff mdeff force-pushed the polynomial-approximations branch from cbb85e1 to 5ca1ae0 Compare April 3, 2018 14:08
Benchmark on the whole test suite (i.e. make test):
* Before: Ran 140 tests in 336.127s
* Avoid building LIL and TRIL: Ran 140 tests in 310.229s
* Avoid building the CSR if not necessary: Ran 140 tests in 303.354s

Benchmark pygsp.graphs.Graph(W) on large graph (800k nodes, 3M edges):
* Before: 14.7 s ± 693 ms
* After: 207 ms ± 15.4 ms
@nperraud
Copy link
Collaborator

nperraud commented Jul 5, 2018

Should we merge?

@mdeff mdeff marked this pull request as draft May 25, 2020 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants