[issue30056] RuntimeWarning: invalid value encountered in maximum/minimum

R. David Murray report at bugs.python.org
Wed Apr 12 12:34:03 EDT 2017


R. David Murray added the comment:

Numpy is not part of the python standard library.  You should report this issue to the numpy bug tracker, which appears to be here: https://github.com/numpy/numpy/issues.  Or perhaps first ask the numpy community if this is really a bug: the new version might have fixed a bug in minimum/maximum that is now detecting a problem with your code that wasn't detected previously.

----------
nosy: +r.david.murray
resolution:  -> third party
stage:  -> resolved
status: open -> closed
type: compile error -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30056>
_______________________________________


More information about the Python-bugs-list mailing list