From: Jouni K. S. <jk...@ik...> - 2011-09-24 19:31:26
|
Benjamin Root <ben...@ou...> writes: >> FAIL: matplotlib.tests.test_mlab.test_recarray_csv_roundtrip > > I am seeing this one on my 64-bit machine, but not on my 32-bit machine > (both Linux). Fix in https://github.com/matplotlib/matplotlib/pull/490 The uninitialized memory being written to disk sometimes contained NaN values, and the test failed since NaN != NaN. -- Jouni K. Seppänen http://www.iki.fi/jks |