#9970: Flaky doctest in sage/interfaces/r.py
-----------------------+----------------------------------------------------
Reporter: mpatel | Owner: mvngu
Type: defect | Status: new
Priority: major | Milestone: sage-4.6.1
Component: doctest | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------+----------------------------------------------------
Comment(by kcrisman):
Replying to [comment:8 jdemeyer]:
> If you look carefully, you notice that these errors happen exactly when
there is a digit followed by the letter "L".
Hah! You got it nailed -
{{{
/tmp/tmp3Vd1Lg [1] "/private/tmp/tmp3Vd1Lg" /private/tmp/tmp3VdInteger(1)g
}}}
the `1L` becomes `Integer(1)`. And all of them do that.
So it thinks we have a 'long integer' when in fact it's just a random
directory. I think maybe this is a problem in R itself, in `setwd`?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9970#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.