-
-
Notifications
You must be signed in to change notification settings - Fork 516
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 use of sage.misc.package.PackageNotFoundError
(2); lazy_import: Add keyword argument 'feature'
#30616
Comments
Commit: |
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
sage.misc.package.PackageNotFoundError
(2); lazy_import: Add keyword argument 'feature'
comment:8
I tried before and after installing However, we have several pyflakes errors (see patchbot)
|
comment:9
Replying to @dcoudert:
Yes, see
or by viewing that file online: This happened in
which was merged in Sage 8.4.beta0. |
comment:10
Thanks. Can we do something for the pyflakes issues or is it the prize to pay for lazy import ? |
comment:11
Unfortunately that's the prize to pay... |
Reviewer: David Coudert |
comment:12
So then. |
comment:13
Thank you! |
Changed branch from u/mkoeppe/lazy_import__add_keyword_argument__feature_ to |
comment:16
I'm going to add the missing documentation on #30587. |
Changed commit from |
This helps with the modularization of sagelib.
We demonstrate its use by simplifying:
sage.groups.braid
(which depends on the optional librarylibbraiding
viasage.libs.libbraiding
). Actually a standard packagesage.sat.solvers.cryptominisat
,.picosat
sage.matrix.matrix_space
(meataxe
)sage.graphs.graph
(tdlib
,mcqd
)This simplification helps eliminate the use of
sage.misc.package.PackageNotFoundError
. See #30607.CC: @kiwifb @jhpalmieri @slel @seblabbe @dcoudert
Component: refactoring
Author: Matthias Koeppe
Branch:
e1f6624
Reviewer: David Coudert
Issue created by migration from https://trac.sagemath.org/ticket/30616
The text was updated successfully, but these errors were encountered: