summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* Added test for handling missing data using loadtxt.dhuard2008-04-091-0/+18
* Modified io._getconv to allow loading values stored as float as integers arra...dhuard2008-04-041-0/+10
* added 1D tests for loadtxt and savetxt. Fixed a bugdhuard2008-04-031-0/+15
* Fixed a bug with loadtxt and savetxt failing on record arrays. This addresses...dhuard2008-04-031-0/+52