As I run my code I get these warnings, always in groups of four, sporadically. I have tried to locate the source by placing debug messages before and after certain statement
Zero-size array passed to numpy.mean raises this warning (as indicated in several comments).
For some other candidates:
median also raises this warning on zero-sized array.other candidates do not raise this warning:
min,argmin both raise ValueError on empty arrayrandn takes *arg; using randn(*[]) returns a single random numberstd,var return nan on an empty array