
March 25, 2010
9:01 p.m.
A simple test in python 3:
import numpy as np round(np.arange(10)) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: type numpy.ndarray doesn't define __round__ method
Here is some additional context: http://bugs.python.org/issue7261 Darren