gerrymandertests icon indicating copy to clipboard operation
gerrymandertests copied to clipboard

utils.py failure due to slight change in pandas syntax

Open JMurb opened this issue 2 years ago • 1 comments

Line 53 fails with newer versions of pandas due to unexpected MultiIndex 'labels' syntax. Code runs by replacing 'labels' with 'codes'.

JMurb avatar Feb 19 '23 16:02 JMurb

Can you open a PR for this and #7? I'm happy to merge!

wtadler avatar Feb 19 '23 22:02 wtadler