AIF360 icon indicating copy to clipboard operation
AIF360 copied to clipboard

Unused variables

Open QiAnXinCodeSafe opened this issue 5 years ago • 0 comments

https://github.com/IBM/AIF360/blob/7763c1c5a36647afbee310249fee82e1211b0f40/aif360/algorithms/inprocessing/gerryfair/heatmap.py#L90

Variables declared but not used, or reassigned before they are used, can be the result of programmer negligence, which often means that there is a bug in the program.

QiAnXinCodeSafe avatar Jun 10 '20 07:06 QiAnXinCodeSafe