I just ran the following command, and amazingly got only one timeout and 
one error.  The rest is fine.

./sage -tp 3 -T 600 --optional=sage,python2,latex src/sage

**********************************************************************

File "src/sage/repl/rich_output/pretty_print.py", line 217, in 
sage.repl.rich_output.pretty_print.pretty_print

Failed example:

    pretty_print(ZZ, 123, plt)    # optional - latex 

Expected:

    <html><script 
type="math/tex">\newcommand{\Bold}[1]{\mathbf{#1}}\Bold{Z} 123 %% Creator: 
Matplotlib, PGF backend...</script></html>

Got:

    doctest:warning

<snip>

      File 
"/Users/karl.crisman/Downloads/sage/local/lib/python2.7/site-packages/matplotlib/backends/backend_pgf.py",
 
line 50, in <module>

        warnings.warn('error getting fonts from fc-list', UserWarning)

    :

    UserWarning: error getting fonts from fc-list

    <html><script 
type="math/tex">\newcommand{\Bold}[1]{\mathbf{#1}}\Bold{Z} 123 %% Creator: 
Matplotlib, PGF backend

The rest is fine and follows the expected output.  Should this just be 
expected with a middle-aged Mac?  It's the only problem I get - for 
instance, the file src/sage/misc/latex.py has no problems, so it's not 
LaTeX per se.
- kcrisman

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to