diffix / explorer

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

Fix Bug: range parameters in wrong order #258

Closed dandanlen closed 4 years ago

dandanlen commented 4 years ago

Fixes #255

When running the MinMaxRefiner on negative values, the range constraints for the min and max queries were in the wrong order. Fixed by adding a check: if the values are negative, use different range constraints.

edit: also fixes #91