YeoLab / flotilla

Reproducible machine learning analysis of gene expression and alternative splicing data
http://yeolab.github.io/flotilla/docs
BSD 3-Clause "New" or "Revised" License
121 stars 26 forks source link

use % formatter #329

Closed EdwardBetts closed 8 years ago

olgabot commented 8 years ago

Thanks for contributing! Can you make sure that it still prints "X%"? As it stands I don't think it does.

EdwardBetts commented 8 years ago

Yes, the % symbol is included. Here is an example.

>>> "{:.2%}".format(0.1)
'10.00%'