-
Notifications
You must be signed in to change notification settings - Fork 38
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
Ap phaseslope range #400
Ap phaseslope range #400
Conversation
I think we can also change the argument to int here then: eFEL/efel/cppcore/SpikeShape.cpp Line 2282 in 7a69d06
and then we won't need the type conversion eFEL/efel/cppcore/SpikeShape.cpp Line 2295 in 7a69d06
eFEL/efel/cppcore/SpikeShape.cpp Line 2296 in 7a69d06
|
Indeed. Fixed in latest commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good to me
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #400 +/- ##
==========================================
+ Coverage 91.73% 92.24% +0.50%
==========================================
Files 36 37 +1
Lines 6278 7116 +838
Branches 2033 2283 +250
==========================================
+ Hits 5759 6564 +805
- Misses 266 271 +5
- Partials 253 281 +28 ☔ View full report in Codecov by Sentry. |
Description
Please include a summary of the change.
By default the change will increment the patch version.
To increment major or minor changes add #major or #minor to the PR description.
Checklist: