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

SageTeX fails its test suite #18969

Closed
novoselt opened this issue Jul 30, 2015 · 2 comments
Closed

SageTeX fails its test suite #18969

novoselt opened this issue Jul 30, 2015 · 2 comments

Comments

@novoselt
Copy link
Member

When building with SAGE_CHECK=yes I am getting in the log

...
Plot 5
Code block begin...sys:1: DeprecationWarning: The use of coeffs() is now deprecated in favor of coefficients(sparse=False).
See http://trac.sagemath.org/17518 for details.
end
Plot 6
Inline formula 13
Code block begin...Traceback (most recent call last):
  File "example.sagetex.sage.py", line 192, in <module>
    _st_.plot(_sage_const_7 , format='notprovided', _p_=plot3d(sin(pi*(x**_sage_const_2 +y**_sage_const_2 ))/_sage_const_2 ,(x,-_sage_const_1 ,_sage_const_1 ),(y,-_sage_const_1 ,_sage_const_1 )))
  File "/home/novoselt/sage/local/var/tmp/sage/build/sagetex-2.3.4/src/sagetex.py", line 252, in plot
    _p_.save(filename=plotfilename, **kwargs)
  File "sage/plot/plot3d/base.pyx", line 1530, in sage.plot.plot3d.base.Graphics3d.save (build/cythonized/sage/plot/plot3d/base.c:17649)
    raise ValueError('filetype {} not supported by save()'.format(ext))
ValueError: filetype .eps not supported by save()
end
Plot 7

**** Error in Sage code on line 278 of example.tex! Traceback follows.

**** Running Sage on example.sage failed! Fix example.tex and try again.
Error running Sage on example.sagetex.sage!

CC: @dandrake

Component: packages: standard

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

@dandrake
Copy link
Contributor

comment:1

This has been fixed: sagemath/sagetex@8bffdfd

@dandrake
Copy link
Contributor

comment:2

#19072 is the upgrade ticket; if that ticket is closed, this should be too.

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

4 participants