Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Sporadic errors in modform/ambient.py
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jeroen Demeyer  
View profile  
 More options Oct 8 2012, 9:00 am
From: Jeroen Demeyer <jdeme...@cage.ugent.be>
Date: Mon, 08 Oct 2012 15:00:02 +0200
Local: Mon, Oct 8 2012 9:00 am
Subject: Sporadic errors in modform/ambient.py
While testing sage-5.4, I discovered the following rare doctest error:

sage -t  --long -force_lib devel/sage/sage/modular/modform/ambient.py
you are running out of primes. 1000 coprime primes
found**********************************************************************
File
"/release/buildbot/sage/sage-1/sage_upgrade_5.2/build/sage-5.5.beta0/devel/ sage-main/sage/modular/modform/ambient.py",
line 815:
    sage: [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
"/release/buildbot/sage/sage-1/sage_upgrade_5.2/build/sage-5.5.beta0/devel/ sage-main/sage/modular/modform/ambient.py",
line 817:
    sage: [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]
**********************************************************************

I am going to bisect this, but it's non-trivial since the error is quite
rare.  If anybody has any clues, that would help.

Jeroen.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Volker Braun  
View profile  
 More options Oct 8 2012, 9:05 am
From: Volker Braun <vbraun.n...@gmail.com>
Date: Mon, 8 Oct 2012 06:05:36 -0700 (PDT)
Local: Mon, Oct 8 2012 9:05 am
Subject: Re: Sporadic errors in modform/ambient.py

Just to state the obvious: "you are running out of primes. 1000 coprime
primes found" doesn't sound good. Maybe thats where you are sporadically
unlucky?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeroen Demeyer  
View profile  
 More options Oct 8 2012, 9:07 am
From: Jeroen Demeyer <jdeme...@cage.ugent.be>
Date: Mon, 08 Oct 2012 15:07:20 +0200
Local: Mon, Oct 8 2012 9:07 am
Subject: Re: [sage-devel] Sporadic errors in modform/ambient.py
On 2012-10-08 15:00, Jeroen Demeyer wrote:

> While testing sage-5.4, I discovered the following rare doctest error:

> sage -t  --long -force_lib devel/sage/sage/modular/modform/ambient.py
> you are running out of primes. 1000 coprime primes
> found**********************************************************************

Just found out that the message "you are running out of primes" comes
from LinBox.  So perhaps the LinBox upgrade (#12883) is to blame?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »