[NumPy-Tickets] [NumPy] #1587: Silence test warnings in numpy 1.5
NumPy Trac
numpy-tickets@scipy....
Thu Aug 19 03:28:54 CDT 2010
#1587: Silence test warnings in numpy 1.5
---------------------------+------------------------------------------------
Reporter: cgohlke | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone: 1.5.0
Component: numpy.testing | Version:
Keywords: |
---------------------------+------------------------------------------------
Comment(by cgohlke):
There are some additional 32 bit specific warnings from the masked array
module (mafromtxt). Not sure this is actually a failure so I attach a
separate patch to silence these warnings.
{{{
test_user_missing_values (test_io.TestFromTxt) ... Warning: invalid value
encountered in equal
Warning: invalid value encountered in equal
Warning: invalid value encountered in equal
Warning: invalid value encountered in equal
Warning: invalid value encountered in equal
Warning: invalid value encountered in equal
ok
...
test_withmissing (test_io.TestFromTxt) ... Warning: invalid value
encountered in
equal
Warning: invalid value encountered in equal
ok
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1587#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list