-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
fixes to colonful reshape
#54261
fixes to colonful reshape
#54261
Conversation
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.
LGTM
In several different situations `reshape` had thrown `DivideError` instead of returning a correct result or throwing. Fixes JuliaLang#54245
8a9ebaf
to
30823c9
Compare
30823c9
to
f1fc62f
Compare
ping |
1 similar comment
ping |
The type assertions added here appear to have broken reshape using julia> using FillArrays
julia> reshape(Fill(1, 2), big(2), :)
2×1 Fill{Int64}, with entries equal to 1 Edit: |
Lines 129 to 130 in b0b7a85
|
Fixes #54245