Open numpy-gitbot opened 12 years ago
Original ticket http://projects.scipy.org/numpy/ticket/2127 on 2012-05-06 by trac user iosonofabio, assigned to atmention:pv.
In the documentation for the function numpy.savetxt, in the "See also" section, we currently find:
savez Save several arrays into a .npz compressed archive
This is wrong since savez does not compressed. I suggest to change "compressed" to "uncompressed" and add a reference to savez_compressed.
Original ticket http://projects.scipy.org/numpy/ticket/2127 on 2012-05-06 by trac user iosonofabio, assigned to atmention:pv.
In the documentation for the function numpy.savetxt, in the "See also" section, we currently find:
savez Save several arrays into a .npz compressed archive
This is wrong since savez does not compressed. I suggest to change "compressed" to "uncompressed" and add a reference to savez_compressed.