[Numpy-tickets] [NumPy] #646: incorrect calculation on int64 array
NumPy
numpy-tickets@scipy....
Sat Jan 19 13:46:30 CST 2008
#646: incorrect calculation on int64 array
-------------------------+--------------------------------------------------
Reporter: latrine00 | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: 1.0.5
Component: Other | Version: none
Severity: major | Resolution:
Keywords: array int64 |
-------------------------+--------------------------------------------------
Comment (by charris):
I don't see that here with current svn on f8, 32 bit:
In [10]: all(np%2)
Out[10]: True
In [11]: __version__
Out[11]: '1.0.5.dev4730'
What OS, Atlas, and processor are you using?
In [10]: numpy.__config__.show()
atlas_threads_info:
libraries = ['lapack', 'lapack', 'f77blas', 'cblas', 'atlas']
library_dirs = ['/usr/local/atlas/lib/']
language = f77
include_dirs = ['/usr/local/atlas/include']
blas_opt_info:
libraries = ['lapack', 'f77blas', 'cblas', 'atlas']
library_dirs = ['/usr/local/atlas/lib/']
define_macros = [('ATLAS_INFO', '"\\"3.7.35\\""')]
language = c
include_dirs = ['/usr/local/atlas/include']
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/646#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