Skip to content
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
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

tobiasdiez
Copy link
Contributor

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

  • The title is concise and informative.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation and checked the documentation preview.

⌛ Dependencies

Copy link

github-actions bot commented Jan 4, 2025

Documentation preview for this PR (built with commit ddf50cd; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

tobiasdiez and others added 7 commits January 5, 2025 02:54
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant