gerrymandertests
gerrymandertests copied to clipboard
utils.py failure due to slight change in pandas syntax
Line 53 fails with newer versions of pandas due to unexpected MultiIndex 'labels' syntax. Code runs by replacing 'labels' with 'codes'.
Can you open a PR for this and #7? I'm happy to merge!