Hi all, There are some functions in SciPy that use print statements to warn the user of various questionable conditions, such as scipy.stats.shapiro, ansari, and wilcoxon. Should these be using warnings.warn instead? Thanks, Alan