gda-score / code

Tools for generating General Data Anonymity Scores (www.gda-score.org)
MIT License
7 stars 1 forks source link

generateDbScript.py error with standard deviation #31

Open yoid2000 opened 5 years ago

yoid2000 commented 5 years ago

I notice that for the census table, generateDbScript.py assigned a standard deviation of -1 for columns 2 columns (year and datanum) that have only one distinct value.

Standard deviation of -1 is invalid. They should be 0 instead.