On 31 October 2010 09:52, David Kirkby <david.kir...@onetel.net> wrote:

> python: can't open file '/export/home/drkirkby/.sage//tmp/fplll.py':

I just realised why. The doctest is writing to $HOME/.sage. But I was
doctests two versions of Sage (one based on 4.6.rc0, and another based
on sage-4.6.1.alpha0. These were both writing to the same directory,
so in effect it was a result of me testing in parallel.

So whilst I get failures, these can be explained by using the same
directory for temporary files.

So actually I have:

15323 correct results using sage-4.6.rc0
16425 correct results using  sage-4.6.1.alpha0
0 incorrect results
69 failures in  sage-4.6.1.alpha0  due to "No such file or directory" issues
40 failures in /sage-4.6.rc0 due to "No such file or directory" issues

So basically, there are 31748 and not a single incorrect result. The
only failures are likely to be a result of using the same name for a
temporary file, which happened because I was doctesting in two
directories at the same time.

Dave

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to