On 18/01/13 22:40, Jeroen Demeyer wrote: > On 2013-01-18 08:31, Jeroen Demeyer wrote: >> After further investigating, I found the culprit to be ATLAS. Which >> means that either: >> * ATLAS returns quite bad results for some tuning parameters. >> * or riemann.pyx misuses ATLAS in a way which causes small errors to >> become very big. > > Third possibility: > * or the riemann.pyx doctests are bad in the sense that they fail > despite mathematically correct results being returned. >
I didn't want to step in. The last time we have upgraded numpy warning about division by zero have appeared in doctests in that file: doctest:1: RuntimeWarning: divide by zero encountered in divide Working on the numpy 1.7.0 upgrade (not yet released) more of these warnings have appeared. Every time we have the following line in a test: sage: m = Riemann_Map([f], [fprime], 0) It doesn't correlate to any of the error you reported but it adds to the feeling that something needs fixing in that file. Francois -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en.