Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix doctest failure in doc/en/constructions/plotting.rst due to upgrade to Maxima 5.19.1 #6785

Closed
sagetrac-drkirkby mannequin opened this issue Aug 20, 2009 · 4 comments

Comments

@sagetrac-drkirkby
Copy link
Mannequin

sagetrac-drkirkby mannequin commented Aug 20, 2009

On Solaris 10 update 7 (SPARC), the following test failed. Both ECL and Maxima were updated - ECL version 9.8.4, Maxima version 5.19.1. Sage was built with gcc 4.4.1

----------------------------------------------------------------------
| Sage Version 4.1.1, Release Date: 2009-08-14                       |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
Thu Aug 20 20:02:37 BST 2009
dsage-trial tmp directory doesn't exist - creating ...
This script will run the unit tests for DSage
**********************************************************************
File "/export/home/drkirkby/sage/sage-4.1.1/devel/sage/doc/en/constructions/plotting.rst", line 209:
    sage: maxima.eval('load("plotdf");')
Expected:
    '".../local/share/maxima/5.16.3/share/dynamics/plotdf.lisp"'
Got:
    '"/export/home/drkirkby/sage/sage-4.1.1/local/share/maxima/5.19.1/share/dynamics/plotdf.lisp"'
**********************************************************************
1 items had failures:
   1 of   3 in __main__.example_11
***Test Failed*** 1 failures.
For whitespace errors, see the file /export/home/drkirkby/sage/sage-4.1.1/tmp/.doctest_plotting.py

Component: graphics

Keywords: maxima

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

@sagetrac-drkirkby sagetrac-drkirkby mannequin added this to the sage-4.1.2 milestone Aug 20, 2009
@sagetrac-drkirkby sagetrac-drkirkby mannequin changed the title Doctest failure in sage-4.1.1/devel/sage/doc/en/constructions/plotting.rst 1 doctest failure in sage-4.1.1/devel/sage/doc/en/constructions/plotting.rst Aug 20, 2009
@aghitza
Copy link
Contributor

aghitza commented Aug 20, 2009

comment:2

Trivial: the Maxima version changed. See attached patch.

@aghitza
Copy link
Contributor

aghitza commented Aug 20, 2009

Changed keywords from none to maxima

@aghitza aghitza changed the title 1 doctest failure in sage-4.1.1/devel/sage/doc/en/constructions/plotting.rst fix doctest failure in doc/en/constructions/plotting.rst due to upgrade to Maxima 5.19.0 Aug 20, 2009
@aghitza aghitza assigned aghitza and unassigned williamstein Aug 20, 2009
@aghitza
Copy link
Contributor

aghitza commented Aug 20, 2009

Attachment: trac_6785.patch.gz

apply after the spkg's at #6564 and #6699

@sagetrac-drkirkby sagetrac-drkirkby mannequin changed the title fix doctest failure in doc/en/constructions/plotting.rst due to upgrade to Maxima 5.19.0 fix doctest failure in doc/en/constructions/plotting.rst due to upgrade to Maxima 5.19.1 Aug 21, 2009
@sagetrac-mvngu
Copy link
Mannequin

sagetrac-mvngu mannequin commented Sep 2, 2009

comment:5

This is fixed by #6699.

@sagetrac-mvngu sagetrac-mvngu mannequin removed the s: needs review label Sep 2, 2009
@sagetrac-mvngu sagetrac-mvngu mannequin closed this as completed Sep 2, 2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants