-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
sage.geometry.polyhedron: More lazy imports #31705
Milestone
Comments
Author: Jonathan Kliem |
Changed keywords from none to lazy import, startup |
Branch: public/31705 |
This comment has been minimized.
This comment has been minimized.
Commit: |
comment:1
Do I need a deprecation warning that something as New commits:
|
comment:3
LGTM. |
Reviewer: Travis Scrimshaw |
comment:4
Thank you. |
Changed branch from public/31705 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(from gh-kliem at #27366 comment:51)
Apparently
sage.geometry.polyhedron.base
is a startup module, which is terrible. We add lazy imports at twoall.py
files to fix this:sage/schemes/toric/all.py
sage/geometry/all
Note some modules are not startup modules anymore as desired. In particular
sage.geometry.cones
is not a startup-modules anymore.CC: @kliem @tscrim @videlec @nbruin
Component: geometry
Keywords: lazy import, startup
Author: Jonathan Kliem
Branch/Commit:
2b886a3
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/31705
The text was updated successfully, but these errors were encountered: