[SciPy-Dev] Patch for scipy/signal/windows.py

Pauli Virtanen pav at iki.fi
Mon Feb 4 16:38:50 EST 2013


04.02.2013 22:53, Nils Wagner kirjoitti:
> scipy.test()
> 
> results in several errors of the form
[clip]

Indeed, this is a consequence of

	from __future__ import division

The warnings indicate that this state of matters existed on Python 3
(2to3 doesn't change / to //) since Scipy 0.9.0, but nobody noticed...

Steps to catch 'em

- Recent Numpy git maste

- scipy.test("not slow", verbose=2, raise_warnings="develop")

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list