-
Notifications
You must be signed in to change notification settings - Fork 165
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
Added kernel_2d classes to numeric extension #361
Conversation
5783bbb
to
39dee36
Compare
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.
After the first round of the review, I have three issues:
- The storage is not optimal (see Added kernel_2d classes to numeric extension #361 (comment))
- The indexing is ambiguous (see Added kernel_2d classes to numeric extension #361 (comment))
- The PR subject
2D kernel support added
suggests algorithms operating on 2D kernels have been also included, what does not seem to be the case. I'd suggest to change it to something like "Add 2D kernel definitions to numeric extension"
020d49c
to
49dc620
Compare
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.
@miralshah365 I added one extra request to replace assertions with exceptions. Other than that, it looks good to me. Once you make this change and CI-s pass, feel free to merge
56ff47b
to
a7913bc
Compare
Tests for 2D numeric kernel added
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.
Since the request in #361 (review) has been addressed, I'm happy to approve this.
Description
for more detail check the reference(s)
References
#356
Tasklist