New submission from 薛定谔的喵 <1147945...@qq.com>:

max([5.0,np.nan])  >>>  5.0
max([np.nan,5.0])  >>>  nan

----------
components: Tests
messages: 352513
nosy: 1147945...@qq.com
priority: normal
severity: normal
status: open
title: some trable with max when np.nan is in the first of a list
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38181>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to