-
Notifications
You must be signed in to change notification settings - Fork 164
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
Fix convolve_2d for images with float32_t channel model #577
Conversation
Fixing this would help me submit a PR for harshitpant1@05ec89e |
will try to have a look as soon as possible then... |
Thanks. |
Codecov Report
@@ Coverage Diff @@
## develop #577 +/- ##
===========================================
+ Coverage 78.58% 78.72% +0.13%
===========================================
Files 117 118 +1
Lines 5002 5034 +32
===========================================
+ Hits 3931 3963 +32
Misses 1071 1071 |
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.
Looks good to me
Thanks for looking into this, will remember your suggestions moving forward. |
@mloskot, do you think this can land in the |
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.
I'm fine to merge this.
Description
Convolve_2d currently does not work with images using float32_t channel model due to a trivial issue. This PR fixes that.
References
Fixes #575
Tasklist