[Numpy-tickets] [NumPy] #495: maximum_sctype returns incompatible types on different computers
NumPy
numpy-tickets@scipy....
Thu Apr 5 17:46:09 CDT 2007
#495: maximum_sctype returns incompatible types on different computers
------------------------+---------------------------------------------------
Reporter: socha | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.0.2 Release
Component: numpy.core | Version: none
Severity: normal | Resolution: wontfix
Keywords: |
------------------------+---------------------------------------------------
Changes (by rkern):
* status: new => closed
* resolution: => wontfix
Comment:
{{{maximum_sctype}}} is supposed to return the maximum scalar dtype of the
appropriate kind that can be supported on the particular platform. Do not
use it for cross-platform purposes.
Stick to float64 and int32 if you want files that will work on any
platform.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/495#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list