Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: inferring DataArray dimensions from dictionary like coords is no longer supported. Use an explicit list of dims instead. #138

Open
bbartley opened this issue Apr 27, 2022 · 0 comments

Comments

@bbartley
Copy link
Collaborator

Depending on which version of xarray is being used, this error may occur when defining array coords.

Instead of assigning a dict, use a list of tuples, e.g., coords=[('aliquot': ['A1', 'A2', ...]), ('contents': 'foo')]

bbartley pushed a commit that referenced this issue Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant