Closed egourgoulhon closed 4 years ago
New commits:
f993d72 | #29021: fix bug in set_calculus_method |
Commit: f993d72
Description changed:
---
+++
@@ -17,4 +17,4 @@
in the code of set_calculus_method()
.
-This ticket fixes it. +This ticket fixes it by restoring the missing line.
Branch pushed to git repo; I updated commit sha1. New commits:
02f0418 | #29021: add a doctest |
LGTM.
Reviewer: Travis Scrimshaw
Thank you for the review!
Changed branch from public/manifolds/bug_in_set_calculus_method-29021 to 02f0418
In Sage 9.1.beta0, we have
while the current calculus method on the chart
X
should besympy
, as requested for any chart onM
byM.set_calculus_method('sympy')
. Prior to Sage 8.8, it was OK. The bug was actually introduced in #27601 (merged in Sage 8.8.beta1) by the accidental removal of the linein the code of
set_calculus_method()
.This ticket fixes it by restoring the missing line.
CC: @tscrim
Component: geometry
Author: Eric Gourgoulhon
Branch/Commit:
02f0418
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/29021