forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sagemathgh-36185: src/sage/tests: fix another "Computational Math..."…
… doctest One doctest for the Computational Math book fails for me, ``` Failed example: limit(f(t * cos(theta), t * sin(theta)) / t, t=0) Expected: cos(theta)^2/sin(theta) Got: -1/2*(sin(3*theta) + sin(theta))/(cos(2*theta) - 1) ``` These results are equivalent, and the ugly one simplifies to the pretty one. We add a full_simplify() to the test to support both outputs. The discrepancy is most likely due to the version of Giac installed on the system. URL: sagemath#36185 Reported by: Michael Orlitzky Reviewer(s): Kwankyu Lee
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=configure-VERSION.tar.gz | ||
sha1=80ee52a3b6855149693204f0816bd0690947e7ae | ||
md5=4292c175bba9299bd057980cec7060fd | ||
cksum=3914108326 | ||
sha1=8b9b98e674c6778e06b8aa394792d1b1001242c2 | ||
md5=8d3df0abf1ffc33d148fae406b4c14a7 | ||
cksum=1056911720 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
57852a89c5c274ec6dbdd9269042972c7343e3ec | ||
5f50955b08fd8de497cf30491893375c4ef1c989 |
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