-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
matrix_from_columns() assertion failure #27688
Comments
This comment has been minimized.
This comment has been minimized.
Commit: |
New commits:
|
comment:5
I'll test in the morning. Is the stuff in |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:7
Replying to @kiwifb:
No. I fixed that. |
comment:8
I was half expecting to find further problems building the docs but it all went smoothly to the end :) |
Reviewer: François Bissey |
Changed branch from u/jdemeyer/matrix_from_columns___assertion_failure to |
In
src/sage/matrix/matrix1.pyx
, thematrix_from_columns()
method has the following pieces:Note how
PyList_GET_SIZE
may be called on atuple
. This is invalid and causes assertion failures with Python 3.7.Analogously for
matrix_from_rows()
andmatrix_from_rows_and_columns()
.CC: @kiwifb @slel
Component: linear algebra
Author: Jeroen Demeyer
Branch/Commit:
1a32690
Reviewer: François Bissey
Issue created by migration from https://trac.sagemath.org/ticket/27688
The text was updated successfully, but these errors were encountered: