sagemath/sage

Remove unnecessary uses of symbolic functions in sage.tensor.modules

mkoeppe opened this issue · 11 comments

Similar to what is done in #32411.

This is part of Meta-ticket #29705 (modularization) - to remove unnecessary dependencies on the distribution sagemath-symbolics (#31695)

CC: @egourgoulhon @mjungmath @fchapoton

Component: refactoring

Author: Matthias Koeppe

Branch/Commit: ac82dd2

Reviewer: Eric Gourgoulhon

Issue created by migration from https://trac.sagemath.org/ticket/32415

Commit: ac82dd2

Description changed:

--- 
+++ 
@@ -1,2 +1,3 @@
-similar to what is done in #32411
+Similar to what is done in #32411.
 
+This is part of Meta-ticket #29705 (modularization) - to remove unnecessary dependencies on the distribution `sagemath-symbolics` (#31695)

Author: Matthias Koeppe

New commits:

ac82dd2sage.tensor.modules: Remove unnecessary uses of symbolic functions
comment:3

LGTM. Just waiting for the patchbot...

Reviewer: Eric Gourgoulhon

comment:4

Replying to @egourgoulhon:

LGTM. Just waiting for the patchbot...

It came and is all green! Thanks for the ticket.

comment:5

Thanks for the review!

comment:6

Merge conflict