-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
BipartiteGraph.reduced_adjacency_matrix: accept keyword arguments for matrix constructor #33387
Comments
Last 10 new commits:
|
Commit: |
Branch: public/graphs/33387 |
comment:2
typo: otherwisse -> otherwise |
comment:3
Otherwise, LGTM, feel free to set to positive review after the fix |
Reviewer: Matthias Koeppe |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
Thanks for the review. |
comment:6
I get
The key bits are
is expected but
is returned. This is with python 3.10 and cython 0.29.26 if it is important. |
comment:8
Some |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
Let me know if this is ok or if I should shrink the line with the error message. |
comment:11
This should work, thanks |
Changed branch from public/graphs/33387 to |
Following #33377, we add arguments to method
BipartiteGraph.reduced_adjacency_matrix
for the matrix constructor.Depends on #33377
CC: @mkoeppe
Component: graph theory
Author: David Coudert
Branch/Commit:
0abc581
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/33387
The text was updated successfully, but these errors were encountered: