-
Notifications
You must be signed in to change notification settings - Fork 54
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
Features/30 convolve #595
Features/30 convolve #595
Conversation
Codecov Report
@@ Coverage Diff @@
## main #595 +/- ##
==========================================
+ Coverage 95.36% 95.39% +0.03%
==========================================
Files 64 65 +1
Lines 9898 9965 +67
==========================================
+ Hits 9439 9506 +67
Misses 459 459
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@krajsek @Markus-Goetz @rainman110 I build upon @krajsek first implementation for the 1D convolution and added more use-cases (e.g. even kernel sizes) Before i continue with the 2D convolution i would appreciate some feedback / tipps on my implementation. |
If you do this the precommit wont fail: The extra dev dependency pulls in additional tools to support the enforcement of coding conventions (Black) and to support a pre-commit hook to do the same. In order to fully use this framework, please also install the pre-commit hook with
In order to check compliance of your changes before even trying to commit anything, you can run
|
@mtar I've expanded the tests. Not sure why codecov/patch complains about lines 66-69 and 71-74 in |
Alright, I found and solved the problem, coverage is good now. |
Description
This pull request implements a 1D convolution.
Issue/s resolved: #30
Changes proposed:
Type of change
Due Diligence
Does this change modify the behaviour of other functions? If so, which?
no