-
-
Notifications
You must be signed in to change notification settings - Fork 509
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
Replace imports from sage.graphs.all by more specific imports #33199
Comments
Author: Matthias Koeppe |
Last 10 new commits:
|
Commit: |
comment:5
in -from sage.graphs.all import DiGraph, Graph
+from sage.graphs.digraph import DiGraph, Graph |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
hmmm
|
comment:8
Right, |
comment:9
same issue several times in @@ -22848,7 +22849,8 @@ class GenericGraph(GenericGraph_pyx):
G2 = other
partition2 = other_vertices
G_to = {u: i for i,u in enumerate(self_vertices)}
- from sage.graphs.all import Graph, DiGraph
+ from sage.graphs.graph import Graph
+ from sage.graphs.digraph import Digraph and also in |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
Sorry, typo'd in one of my substitution commands |
Reviewer: David Coudert |
comment:12
LGTM. |
comment:13
Thanks! |
comment:14
For information, I have tested the ticket with 9.5.rc3. |
Changed branch from u/mkoeppe/replace_imports_from_sage_graphs_all_by_more_specific_imports to |
Depends on #32989
Depends on #32999
Depends on #33007
CC: @fchapoton @tobiasdiez @dcoudert
Component: refactoring
Author: Matthias Koeppe
Branch/Commit:
1dbef4d
Reviewer: David Coudert
Issue created by migration from https://trac.sagemath.org/ticket/33199
The text was updated successfully, but these errors were encountered: