Open joewandy opened 5 years ago
For some analysis we see a lot of zeros in the PALS p-value results. That's because the number is so small that it underflow the decimal precision.
Probably worth reading: https://stackoverflow.com/questions/53660036/how-to-get-largest-possible-precision-python-decimal
This is probably formatting problem too (see issue #30 )
For some analysis we see a lot of zeros in the PALS p-value results. That's because the number is so small that it underflow the decimal precision.
Probably worth reading: https://stackoverflow.com/questions/53660036/how-to-get-largest-possible-precision-python-decimal