-
-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #32708: sage.tensor.modules: remove dependency on sage.manifolds
In view of Sage modularization, this ticket removes the only import from `sage.manifolds` in the module `sage.tensor.modules`. This was an import of `Chart` in `FreeModuleTensor._preparse_display`. This is avoided by reimplementing `_preparse_display` in `TensorFieldParal`. URL: https://trac.sagemath.org/32708 Reported by: egourgoulhon Ticket author(s): Eric Gourgoulhon Reviewer(s): Matthias Koeppe
- Loading branch information
Showing
2 changed files
with
32 additions
and
11 deletions.
There are no files selected for viewing
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
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