On 9/13/07, Robert Bradshaw <[EMAIL PROTECTED]> wrote:
\> > The patch as written gives the same error. However if you
> > change line 37 of the patch from
> > if vx == vy == 0:
> > to
> > if vy == vz == 0:
>
> Oh, yeah, that's a typo...
>
> There's a new patch up at http://www.sagemath.
William,
The patch as written gives the same error. However if you
change line 37 of the patch from
if vx == vy == 0:
to
if vy == vz == 0:
(since atan2() is taking arguments vy and vz) then
I get a different error on ia64-Linux:
sage -t devel/sage-main/sage/plot/plot3d/plot3d.py
Hi Kate,
If possible could you test if the *very simple* patch at
http://www.sagemath.org:9002/sage_trac/ticket/646
fixes the bug you observed with plot3d.py in sage-2.8.4.1?
-- William
On 9/12/07, Kate Minola <[EMAIL PROTECTED]> wrote:
>
> William,
>
> sage-2.8.4.1 built and success