[NumPy-Tickets] [NumPy] #2256: Py 2.7.2 numpy dot product error
NumPy Trac
numpy-tickets@scipy....
Wed Dec 5 17:52:50 CST 2012
#2256: Py 2.7.2 numpy dot product error
-------------------------+--------------------------------------------------
Reporter: paj | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.6.2
Resolution: invalid | Keywords:
-------------------------+--------------------------------------------------
Changes (by pv):
* status: new => closed
* resolution: => invalid
Comment:
This is a bug in Python: http://bugs.python.org/issue10744
You can turn off the warning via
{{{
import warnings
warnings.filterwarnings("ignore", ".*PEP 3118 buffer format string does
not match.*")
}}}
Googling for PEP 3118 will explain more.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2256#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list