From: Charles R H. <cha...@gm...> - 2006-09-19 23:10:30
|
Travis, Is this intentional? In [77]: arange(5, dtype=int)/0 Out[77]: array([0, 0, 0, 0, 0]) It looks deliberate because all zeros are returned, but it might be better if it raised an exception. Chuck |