Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implementing PUT routine #582
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
Implementing PUT routine #582
Changes from 30 commits
d4b6d69
4dd090a
fc6ebe7
1d87fd7
15db53e
d01e17c
48d1920
458f1a2
e67d0f3
5b8a301
dd5f0a3
ca965ed
6e05573
a821bf6
9ead87f
24cb096
ba0ec13
41e8406
4814b4c
5f64cad
d5c4414
9a8a3ca
c91042a
5d6c9fa
4ffae77
f8af1de
f5b92d3
c893ee5
9edae62
7f59b15
6a9545f
ed60e72
67aa0ad
88cca6d
92cf417
e489d56
d363758
58cd174
34fc00b
be9f556
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 have added this logic for the case when
lhs
has shape()
andrhs
has shape(1,)
. Otherwise we get an errorThere 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.
Is this still required? I just ran the test suite without this change and everything seems to be working.
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 don't think it is tested. I will add a test
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.
Actually, I can't really test it on high level. I will revert the change since we are not using it