ZeroDivisionError in scale_range

W Netzberg wrote:

I can't find a 0.87.5 rpm for fc5, might have to build it from source to see if this behavior goes away... Seems to be related to numpy. If I replace:
numpy.random.normal(-0.37727, 0.1, size=10)
with an array normal() returns, the problem goes away. Strange. Again this is under 0.87.3.

Hmmm I don't really get it :). You replaced numpy.random.normal(-0.37727, 0.1, size=10) with an array? But this already returns one ...

Anyway I would suggest upgrading (the latest is 0.87.7).

ยทยทยท

--
cheers,
steve

Random number generation is the art of producing pure gibberish as quickly as possible.