> On 18/08/2016, at 14:51, François Bissey <[email protected]> > wrote: > > On 18/08/16 02:36, leif wrote: >> Jean-Pierre Flori wrote: >>> On a POWER7 machine I get an error while building the docs I get a >>> ZeroDivisionError in the plotting section. >>> Did anybody experience it? Do we have a ticket for that? >> >> sudo revive skynet >> >> The only one I'm aware of (perhaps just occasionally) testing on POWER >> is fbissey, so the answer to both is presumably "no". >> >> > > Yes I am getting it (I have moved to 7.4.beta1 since it was put out > this morning in my time zone). > > > [plotting ] factor = target_total / (char.height + char.depth) > [plotting ] ZeroDivisionError: float division by zero > Error building the documentation. > Traceback (most recent call last): > File "/hpc/scratch/frb15/sandbox/sage-7.4.beta1/local/lib/python/runpy.py", > line 162, in _run_module_as_main > "__main__", fname, loader, pkg_name) > File "/hpc/scratch/frb15/sandbox/sage-7.4.beta1/local/lib/python/runpy.py", > line 72, in _run_code > exec code in run_globals > File > "/hpc/scratch/frb15/sandbox/sage-7.4.beta1/local/lib/python2.7/site-packages/sage_setup/docbuild/__main__.py", > line 2, in <module> > main() > File > "/hpc/scratch/frb15/sandbox/sage-7.4.beta1/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py", > line 1630, in main > builder() > File > "/hpc/scratch/frb15/sandbox/sage-7.4.beta1/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py", > line 284, in _wrapper > getattr(get_builder(document), 'inventory')(*args, **kwds) > File > "/hpc/scratch/frb15/sandbox/sage-7.4.beta1/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py", > line 495, in _wrapper > x.get(99999) > File > "/hpc/scratch/frb15/sandbox/sage-7.4.beta1/local/lib/python/multiprocessing/pool.py", > line 567, in get > raise self._value > OSError: [plotting ] > /hpc/scratch/frb15/sandbox/sage-7.4.beta1/src/doc/en/reference/plotting/sage/plot/plot.rst:5375: > WARNING: Exception occurred in plotting plot-102 >
Real bizarre frb15@p2n14-c /hpc/scratch/frb15/sandbox/sage-7.4.beta1 :more local/share/doc/sage/inventory/en/reference/plotting/sage/plot/plot-102.py g = plot(2*x+1,(x,0,5),ticks=[[0,1,e,pi,sqrt(20)],2],tick_formatter="latex") sphinx_plot(g) You wouldn’t think there would be a division by zero there. Must be something about the formatting. François -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
