openelections / openelections-core

Core repo for election results data acquisition, transformation and output.
MIT License
176 stars 96 forks source link

Suspicious occurrence of "Mississippi" in CA datasource #282

Closed warwickmm closed 3 years ago

warwickmm commented 3 years ago

In us/ca/datasource.py, there is an occurrence of "Mississippi" that looks suspicious:

https://github.com/openelections/openelections-core/blob/20afcb5687cdb17538574dc9a549daaf6dbff4d1/openelex/us/ca/datasource.py#L65-L72

Is this on purpose, or a possible copy/paste bug?

dwillis commented 3 years ago

@warwickmm it's a copy and paste bug, thanks!

warwickmm commented 3 years ago

Thanks @dwillis. Should "Mississippi" simply be replaced with "California"? If so, I can make that change.

dwillis commented 3 years ago

@warwickmm it can, yes, thanks!