I'm having a weird issue where some sets of coordinates produce a ValueError and other sets of coordinates don't. I'm not exactly sure what the difference between these two coordinate examples is.
I've hard coded two examples of coordinates generated from np.random.rand() below. dummy_coords1 is an example that works, and dummy_coords2 is an example that does not. Both were produced by np.random.rand(12, 2)
I have some guesses, but I'll actually have to try it out and see what exactly is the issue and how easy it will be to fix. I'm not sure when I'll have enough time to set aside to do debugging, but hopefully soon.
Hi there,
I'm having a weird issue where some sets of coordinates produce a ValueError and other sets of coordinates don't. I'm not exactly sure what the difference between these two coordinate examples is.
I've hard coded two examples of coordinates generated from
np.random.rand()
below.dummy_coords1
is an example that works, anddummy_coords2
is an example that does not. Both were produced bynp.random.rand(12, 2)
datamapplot v0.3.0