Changes between Initial Version and Version 6 of Ticket #32712
- Timestamp:
- 10/18/21 20:44:55 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32712
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Eric Gourgoulhon
- Property Cc mkoeppe tscrim added
-
Property
Summary
changed from
sage.tensor.modules: remove doctests involving the symbolic ring
tosage.tensor.modules: make doctests involving SR optional
-
Property
Dependencies
changed from
#32708
to#32708, #32614
-
Property
Branch
changed from
to
public/manifolds/SR_doctests_optional_in_tensor_modules-32712
-
Property
Commit
changed from
to
c3ff5143e5d7f5b617a7678c43f4b23e7deaed06
-
Property
Status
changed from
-
Ticket #32712 – Description
initial v6 1 After #32415 and #32708, the code in the module `sage.tensor.modules` does no longer contain any dependency on symbolic parts of Sage. There remains however some doctests that invokes `SR`. They have been introduced to check a bug fix performed in #22520. Since this was 5 years ago, it seems pretty safe to remove them for the benefit of Sage modularization. This is performed in this ticket.1 After #32415 and #32708, the code in the module `sage.tensor.modules` does no longer contain any dependency on symbolic parts of Sage. There remains however some doctests that invokes `SR`. They have been introduced to check a bug fix performed in #22520. In view of Sage modularization, they are marked `# optional - sage.symbolic` in this ticket.