-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Assignment 2d numpy array to 3d variable with first dimension of length 1 has changed behavior #919
Comments
cpaulik
changed the title
Assignment of variable where 1 dimension is of length 1 has changed behavior
Assignment 2d numpy array to 3d variable with first dimension of length 1 has changed behavior
May 1, 2019
same here, example works on |
Probably a side effect of the fix for #906 |
Going to merge this now and make a new release later today. Please reopen if problems persist. |
thank you for the quick fix. Will test in the new version. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
In version 1.5.1 the following code errors:
We are assigning a shape
(100, 100)
array to a(1, 100, 100)
variable.Not sure if this is supposed to work but it did in the past.
It works up to version
1.5.0.1
The text was updated successfully, but these errors were encountered: