[New-bugs-announce] [issue38181] some trable with max when np.nan is in the first of a list

薛定谔的喵 report at bugs.python.org
Mon Sep 16 02:36:24 EDT 2019


New submission from 薛定谔的喵 <1147945735 at QQ.COM>:

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

----------
components: Tests
messages: 352513
nosy: 1147945735 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue38181>
_______________________________________


More information about the New-bugs-announce mailing list