New submission from 薛定谔的喵 <[email protected]>: max([5.0,np.nan]) >>> 5.0 max([np.nan,5.0]) >>> nan
---------- components: Tests messages: 352513 nosy: [email protected] 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 <[email protected]> <https://bugs.python.org/issue38181> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
