puolival / multipy

Multiple hypothesis testing in Python
BSD 3-Clause "New" or "Revised" License
104 stars 23 forks source link

I found an issue here / #1

Closed Xshelton closed 5 years ago

Xshelton commented 6 years ago

File "C:\Users\shelton\AppData\Local\Programs\Python\Python36\lib\site-packages\multipy\fwer.py", line 28, in from logger import log_fwer_analysis ImportError: cannot import name 'log_fwer_analysis' Here came an error: So the first time when I ran the example "from multipy.data import neuhaus from multipy.fwer import sidak

pvals = neuhaus() significant_pvals = sidak(pvals, alpha=0.05) "it said that no module named logger then I piped install logger here came another error so I don;t know how to fix it now.

puolival commented 6 years ago

Thanks for pointing this out! I will look into it soon.