the keys used by Election objects, for eg the SEN16D and SEN16R in
election = Election("SEN16", ["SEN16D", "SEN16R"], partition.num_dists)
sometimes could be strings, and may need to be coerced into floats. Is there an easy way to do it without inconveniencing the user?
the keys used by Election objects, for eg the
SEN16DandSEN16Rinsometimes could be strings, and may need to be coerced into floats. Is there an easy way to do it without inconveniencing the user?