diffix / explorer

Tool to automatically explore and generate stats on data anonymized using Diffix
MIT License
2 stars 1 forks source link

Do not serialize decimals_count_distribution. #383

Closed dandanlen closed 3 years ago

dandanlen commented 3 years ago

The underlying object can't be serialized, this causes an exception.

Also, guard against NaN values when generating random ints from a NumericalDistribution.

Fixes #383