[SciPy-user] Issues building from source on windows (SVN)

Robert Kern robert.kern at gmail.com
Mon May 21 18:11:44 EDT 2007


Ryan Krauss wrote:

> However, scipy.test() still fails catastrophically at this point:
> ||A.x - b|| = 0.0067686763583
> ||A.x - b|| = 9.02509125207e-005
> ..F.....Result may be inaccurate, approximate err = 1.82697723188e-008
> ...Result may be inaccurate, approximate err = 1.50259560743e-010
> ................................................................................
> ............................C:\Python25\lib\site-packages\scipy\ndimage\interpol
> ation.py:41: UserWarning: Mode "reflect" may yield incorrect results on boundari
> es. Please use "mirror" instead.
>   warnings.warn('Mode "reflect" may yield incorrect results on '
> ................................................................................
> .............E
> <crash here - python closes>
> 
> Is there an easy way to turn tests on and off so that I can understand
> which modules fail and if I need to worry about them?

Use scipy.test(1, 2) and it will print the name of the test before running it.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the SciPy-User mailing list