From: Tim H. <tim...@ie...> - 2006-10-12 20:09:07
|
Albert Strasheim wrote: > Hello all > > >> -----Original Message----- >> From: num...@li... [mailto:numpy- >> dis...@li...] On Behalf Of Tim Hochberg >> Sent: 12 October 2006 21:24 >> To: numpy-discussion >> Subject: [Numpy-discussion] More SVN testing >> >> >> I just checked in a couple of changes to SVN. I was going to check in >> errstate, but it looks like Travis beat me to it, so I contented myself >> with adding a docstring and some tests. These tests are only run under >> 2.5; things seem to work fine here, but if someone on a Linux box whose >> running Python 2.5 could try it out I'd appreciate it. I'm suspicous of >> Linux/Windows differences right now because of my run in with them >> earlier today in the tests for test_multiarray (which I believe it now >> fixed -- at least everything is working here OK). >> > > This probably fixes the issue I reported here: > > http://projects.scipy.org/scipy/numpy/ticket/286 > > Maybe you can check that the test counts match up on Python 2.4 and 2.5 on > Windows on your system and close that ticket. > Yep, that's the same one I ran into and it's fixed now on windows. It sounds like it didn't occur at all on Linux. Their are now actually two more tests under 2.5 than under 2.4, but that's on purpose -- I can't test 'with errstate' under 2.4, so I skip those tests. I went ahead and closed the ticket. -tim |