Re: [sage-release] Sage 6.3.beta6 released

2014-07-25 Thread Justin C. Walker

On Jul 19, 2014, at 11:21, leif not.rea...@online.de wrote:

 On 19.07.2014 11:07, Emmanuel Charpentier wrote:
 Ahem...
 
 Le samedi 19 juillet 2014 07:14:20 UTC+2, Volker Braun a écrit :
 
Get it from the develop git branch or download the self-contained
source tarball at
 
http://boxen.math.washington.edu/home/tmp-release/sage-6.3.beta6.tar.gz
http://boxen.math.washington.edu/home/tmp-release/sage-6.3.beta6.tar.gz
 
 
 [ Bandwidth savings : Snip... ]
 
 My browser says :
 The requested URL /home/tmp-release/sage-6.3.beta6.tar.gz was not found
 on this server.
 
 Which is correct.
 
 Use: 
 http://boxen.math.washington.edu/home/vbraun/tmp-release/sage-6.3.beta6.tar.gz

Built from the tarball on OS X, 10.9.4, Xcode 5.1.1 (Apple LLVM version 5.1 
(clang-503.0.40) (based on LLVM 3.4svn)), 2.6 GHz quad core Core i7.

Built w/o problems, but had 3 doctest failures in 
src/sage/modular/modform/ambient.py (appended below).  I retried the single 
test, which passed.  Then I reran the whole thing ('ptestlong'), and all tests 
passed.

Any thoughts as to why this would be intermittent?  Pari problems?  Nothing 
obvious in my various log files.

Justin

Doctest failures:

**
File src/sage/modular/modform/ambient.py, line 814, in sage.modular.modform.am
bient.?._compute_hecke_matrix
Failed example:
f = t.charpoly()   # long time (4s)
Expected nothing
Got:
you are running out of primes. 1000 coprime primes found
**
File src/sage/modular/modform/ambient.py, line 815, in sage.modular.modform.am
bient.?._compute_hecke_matrix
Failed example:
[f[0]%p for p in prime_range(100)] # long time (0s, depends on above)
Expected:
[0, 0, 0, 0, 1, 9, 2, 7, 0, 0, 0, 0, 1, 12, 9, 16, 37, 0, 21, 11, 70, 22, 0,
 58, 76]
Got:
[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
**
File src/sage/modular/modform/ambient.py, line 817, in sage.modular.modform.am
bient.?._compute_hecke_matrix
Failed example:
[f[42]%p for p in prime_range(100)] # long time (0s, depends on above)
Expected:
[0, 0, 4, 0, 10, 4, 4, 8, 12, 1, 23, 13, 10, 27, 20, 13, 16, 59, 53, 41, 11,
 13, 12, 6, 82]
Got:
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
**


--
Justin C. Walker, Curmudgeon at Large
Director
Institute for the Enhancement of the Director's Income
---
Nobody knows the trouble I've been
---



-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.3.beta6 released

2014-07-25 Thread Volker Braun
This is http://trac.sagemath.org/ticket/15535

On Friday, July 25, 2014 7:35:02 AM UTC-4, Justin C. Walker wrote:


 On Jul 19, 2014, at 11:21, leif not.r...@online.de javascript: wrote:

 On 19.07.2014 11:07, Emmanuel Charpentier wrote:

 Ahem...

 Le samedi 19 juillet 2014 07:14:20 UTC+2, Volker Braun a écrit :

Get it from the develop git branch or download the self-contained
source tarball at

http://boxen.math.washington.edu/home/tmp-release/sage-6.3.beta6.tar.gz

 http://boxen.math.washington.edu/home/tmp-release/sage-6.3.beta6.tar.gz


 [ Bandwidth savings : Snip... ]

 My browser says :
 The requested URL /home/tmp-release/sage-6.3.beta6.tar.gz was not found
 on this server.


 Which is correct.

 Use: 
 http://boxen.math.washington.edu/home/vbraun/tmp-release/sage-6.3.beta6.tar.gz


 Built from the tarball on OS X, 10.9.4, Xcode 5.1.1 (Apple LLVM version 
 5.1 (clang-503.0.40) (based on LLVM 3.4svn)), 2.6 GHz quad core Core i7.

 Built w/o problems, but had 3 doctest failures 
 in src/sage/modular/modform/ambient.py (appended below).  I retried the 
 single test, which passed.  Then I reran the whole thing (‘ptestlong’), and 
 all tests passed.

 Any thoughts as to why this would be intermittent?  Pari problems? 
  Nothing obvious in my various log files.

 Justin

 Doctest failures:

 **
 File src/sage/modular/modform/ambient.py, line 814, in 
 sage.modular.modform.am
 bient.?._compute_hecke_matrix
 Failed example:
 f = t.charpoly()   # long time (4s)
 Expected nothing
 Got:
 you are running out of primes. 1000 coprime primes found
 **
 File src/sage/modular/modform/ambient.py, line 815, in 
 sage.modular.modform.am
 bient.?._compute_hecke_matrix
 Failed example:
 [f[0]%p for p in prime_range(100)] # long time (0s, depends on above)
 Expected:
 [0, 0, 0, 0, 1, 9, 2, 7, 0, 0, 0, 0, 1, 12, 9, 16, 37, 0, 21, 11, 70, 
 22, 0,
  58, 76]
 Got:
 [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 
 1, 1]
 **
 File src/sage/modular/modform/ambient.py, line 817, in 
 sage.modular.modform.am
 bient.?._compute_hecke_matrix
 Failed example:
 [f[42]%p for p in prime_range(100)] # long time (0s, depends on above)
 Expected:
 [0, 0, 4, 0, 10, 4, 4, 8, 12, 1, 23, 13, 10, 27, 20, 13, 16, 59, 53, 
 41, 11,
  13, 12, 6, 82]
 Got:
 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
 0, 0]
 **


 --
 Justin C. Walker, Curmudgeon at Large
 Director
 Institute for the Enhancement of the Director's Income
 ---
 Nobody knows the trouble I've been
 ---


  


-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.