fairnessforensics / wiggum

simpson's paradox inspired fairness forensics
https://fairnessforensics.github.io/wiggum/
MIT License
5 stars 3 forks source link

comparison_type is passed by value 'index' from get_SP_rows() #156

Closed Shine226 closed 4 years ago

Shine226 commented 4 years ago

In get_trend_rows, comparison_type is passed by value 'index' from get_SP_rows(). Test: select something to filter, then click detect.

Line 172 the hard code 'index' causes the issue.