#9514: sage/symbolic/random_tests.py wrongly depends on order of dict.values()
-------------------------+--------------------------------------------------
   Reporter:  cwitty     |       Owner:  cwitty    
       Type:  defect     |      Status:  new       
   Priority:  major      |   Milestone:  sage-4.5.1
  Component:  symbolics  |    Keywords:            
     Author:             |    Upstream:  N/A       
   Reviewer:             |      Merged:            
Work_issues:             |  
-------------------------+--------------------------------------------------
 The variable sage.symbolic.random_tests.full_functions is ordered in the
 same order as the .values() method on a dict, which is not necessarily
 reproducible.  (I'm a little curious as to why the order in fact does seem
 to be reproducible, across multiple platforms, etc., but changes with the
 addition of seemingly unrelated code -- but not curious enough to
 investigate.)

 Anyway, the current code is clearly wrong.  I'll have a fix in a few
 minutes.

 This should fix the strange random_tests.py doctest issue from #8988, and
 possibly reduce the churn in the random_tests doctest results.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9514>
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.

Reply via email to