computationalprivacy / bandicoot

an open-source python toolbox to analyze mobile phone metadata
MIT License
237 stars 61 forks source link

´load_csv()´ does not report overlapping calls percentage, it shows format str instead ´{0:.2%}´ #5

Closed yellowBirdy closed 8 years ago

yellowBirdy commented 8 years ago

After loading a file with overlapping values I'm getting warnings like below:

´WARNING:root:{0:.2%} of calls overlap the next call by more than 5 minutes.´

cynddl commented 8 years ago

Fixed in 2c58d7c0cb4e931ff82e38191f79d168d1fcb3d8. Thanks for the report!