donovan-h-parks / STAMP

Statistical Analysis of Metagenomic Profiles
GNU General Public License v3.0
91 stars 35 forks source link

Error:ZeroDivisionError #37

Open yoshikisuzu opened 4 years ago

yoshikisuzu commented 4 years ago

Hi,

When I analyzed the output of PICRUSt2 with STAMP,I got the following error.

ZeroDivisionError: float division by zero It occured at line 87 of file White.py.

Specifically,When I tryed to change property from Wealth's test to White's non-parametric t-test,since the data did not follow a normal distribution and required non-parametric analysis.

I would be glad to hear your solution. Thank you.