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

Started python-only features, added initburst_sahp as first example #132

Merged
merged 3 commits into from
Jun 5, 2018

Conversation

wvangeit
Copy link
Contributor

@wvangeit wvangeit commented Jun 5, 2018

No description provided.

@codecov-io
Copy link

codecov-io commented Jun 5, 2018

Codecov Report

Merging #132 into master will decrease coverage by 0.66%.
The diff coverage is 97.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
- Coverage     100%   99.33%   -0.67%     
==========================================
  Files           5        7       +2     
  Lines         228      299      +71     
==========================================
+ Hits          228      297      +69     
- Misses          0        2       +2
Impacted Files Coverage Δ
efel/pyfeatures/__init__.py 100% <100%> (ø)
efel/api.py 100% <100%> (ø) ⬆️
efel/pyfeatures/pyfeatures.py 96.72% <96.72%> (ø)

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 6869655...01a8a14. Read the comment docs.

@@ -33,6 +33,8 @@
import efel
import efel.cppcore as cppcore

import efel.pyfeatures as pyfeatures
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from efel import cppcore, pyfeatures ?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, Werner implemented some new features just in Python. One issue I found in using Python-only features is that getDistance function knows only about c++ features names.

(https://github.com/BlueBrain/eFEL/blob/master/efel/api.py#L196)

I can try to think about a work-around.

@wvangeit wvangeit merged commit 51cf3c0 into master Jun 5, 2018
@wvangeit wvangeit deleted the pyfeatures_and_initburst_sahp branch June 5, 2018 13:01
ilkilic pushed a commit that referenced this pull request Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants