google / rappor

RAPPOR: Privacy-Preserving Reporting Algorithms
Apache License 2.0
862 stars 163 forks source link

Fix prob_* in from_csv() #81

Closed mdeshon-google closed 8 years ago

mdeshon-google commented 8 years ago

When reading from a CSV file, prob_p was repeated and there was no prob_f. This patch fixes the issue.