-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Better error message when no backend engine is found. #5300
Conversation
I consider this progress towards fixing GH5291 but not a complete fix yet.
@alexamici @aurghs any thoughts? |
file_formats = { | ||
"air_temperature": 3, | ||
"rasm": 3, | ||
"ROMS_example": 4, | ||
"tiny": 3, | ||
"eraint_uvz": 3, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we also mention the backend in the list of the available datasets for open_dataset
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be a good idea for future work :)
@alexamici @aurghs, the gentlest of bumps on this. Have a few minutes to take a look at this? 😄 |
That's perfect. |
Also includes a better error message when loading a tutorial dataset but an underlying IO dependency is not found.
pre-commit run --all-files