-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
Fix remaining all imports #39273
Open
tobiasdiez
wants to merge
8
commits into
sagemath:develop
Choose a base branch
from
tobiasdiez:fix-all-imports
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix remaining all imports #39273
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3699e87
to
2d66f31
Compare
Documentation preview for this PR (built with commit ddf50cd; changes) is ready! 🎉 |
File "<doctest sage.categories.sets_cat.Sets.WithRealizations.ParentMethods.inject_shorthands[0]>", line 1, in <module> S = SymmetricFunctions(ZZ); S # needs sage.combinat sage.modules File "sage/misc/lazy_import.pyx", line 406, in sage.misc.lazy_import.LazyImport.__call__ return self.get_object()(*args, **kwds) File "sage/misc/lazy_import.pyx", line 224, in sage.misc.lazy_import.LazyImport.get_object return self._get_object() File "sage/misc/lazy_import.pyx", line 265, in sage.misc.lazy_import.LazyImport._get_object raise File "sage/misc/lazy_import.pyx", line 259, in sage.misc.lazy_import.LazyImport._get_object self._object = getattr(__import__(self._module, {}, {}, [self._name]), self._name) File "/sage/src/sage/combinat/sf/sf.py", line 34, in <module> from . import schur File "/sage/src/sage/combinat/sf/schur.py", line 21, in <module> from . import classical File "/sage/src/sage/combinat/sf/classical.py", line 30, in <module> from . import jack File "/sage/src/sage/combinat/sf/jack.py", line 34, in <module> from sage.combinat.sf.sf import SymmetricFunctions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should take care of the remaining imports from
all
. (There are still a couple of them, but they are okay to leave I think.)📝 Checklist
⌛ Dependencies