[NumPy-Tickets] [NumPy] #1767: f2py assumed shape merge - test failure
NumPy Trac
numpy-tickets@scipy....
Thu Mar 24 14:08:37 CDT 2011
#1767: f2py assumed shape merge - test failure
-------------------------+--------------------------------------------------
Reporter: rgommers | Owner: pearu
Type: defect | Status: needs_info
Priority: low | Milestone: 1.6.0
Component: numpy.f2py | Version: devel
Resolution: | Keywords:
-------------------------+--------------------------------------------------
Changes (by pearu):
* status: reopened => needs_info
Comment:
Thanks for the info!
In addition, could you send the output of
{{{
import numpy
print numpy.finfo(numpy.float64)
print numpy.finfo(numpy.float96) # when available
print numpy.finfo(numpy.float128)
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1767#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list