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

2019-09-16 Thread
薛定谔的喵 <1147945...@qq.com> added the comment: thanks . -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyt

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

2019-09-16 Thread
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