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 _______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
