python - 'invalid value encountered in double_scalars' warning, possibly numpy -


as run code these warnings, in groups of four, sporadically. have tried locate source placing debug messages before , after statements pin-point origin.

warning: invalid value encountered in double_scalars warning: invalid value encountered in double_scalars warning: invalid value encountered in double_scalars warning: invalid value encountered in double_scalars 

is numpy warning, , double scalar?

from numpy use

min(), argmin(), mean() , random.randn() 

i use matplotlib

it looks floating-point calculation error. check numpy.seterr function more information happens.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -