-
Notifications
You must be signed in to change notification settings - Fork 38
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
Operations with mismatched dimensions #118
Comments
This is definitely not expected |
lbilli
changed the title
Operations with mismatched dimansions
Operations with mismatched dimensions
Jul 7, 2019
Fixed in v0.10.0 |
I'm going to reopen this to remember to add tests. |
dlfivefifty
added a commit
that referenced
this issue
Aug 22, 2019
dlfivefifty
added a commit
that referenced
this issue
Aug 22, 2019
* Support Julia v1.3 * Skip Float16 det test, add tests for #118 * v0.10.1, add missing similar * Increase coverage * Fix tests
dlfivefifty
added a commit
that referenced
this issue
Sep 3, 2019
* Support Julia v1.3 * Skip Float16 det test, add tests for #118 * v0.10.1, add missing similar * Start to Generalize QR to support subviews * FillArrays 0.7 * updates for latest LazyArrays * Add special copy for BandedStyle broadcasting, use lazy_getindex for more types * Fix materialize!, BandedMatrices 0.11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was surprised to see that these operations succeed even though dimensions don't match:
Needless to say, if a regular
Matrix
is used instead,DimensionMismatch
exceptions are thrown.Is this the expected behavior?
The text was updated successfully, but these errors were encountered: