Package: python-scipy
Followup-For: Bug #723722

nanmean is now removed from scipy.stats (1.1.0-4)

np.nanmean will process the array (without a warning) if given as a
numpy array (numpy 1:1.16.2-1):

>>> np.nanmean(np.array([np.nan, np.nan]))
nan

Reply via email to