[pypy-issue] [issue1033] micronumpy types not compatible with true division

Stefan Nelson-Lindall tracker at bugs.pypy.org
Wed Feb 8 05:53:18 CET 2012


New submission from Stefan Nelson-Lindall <bethebunny at gmail.com>:

>>>> import numpypy as np
>>>> np.average(range(10)) / np.average(range(10))
1.0
>>>> from __future__ import division
>>>> np.average(range(10)) / np.average(range(10))
Traceback (most recent call last):
  File "<console>", line 1, in <module>
TypeError: unsupported operand type(s) for /: 'float64' and 'float64'

----------
messages: 3873
nosy: bunny, pypy-issue
priority: bug
status: unread
title: micronumpy types not compatible with true division

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1033>
________________________________________


More information about the pypy-issue mailing list