You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can fix that in https://github.com/arviz-devs/arviz/blob/main/arviz/data/base.py#L249 by using np.asarray(coords[key]) for example but I'm not sure to which extent this is a design choice on xarray's part or an undesired side effect. I don't think I'll make a PR for the fix until after 2-3 weeks so feel free to take over.
I also realized that the workaround that needs to be removed (see #5042) is probably wrong and untested, so the quicker we get rid of it the better.
Description of your problem
This minimum example uses a tuple for coordinate values. Nothing fancy, right?
Kaboom 🧨 after sampling.
Traceback
Versions and main components
main
(not the latest though, but AFAIK there was no work done on the converter recently)The text was updated successfully, but these errors were encountered: