We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Warnings about intialization of xcube plugin
To Reproduce Steps to reproduce the behavior:
from xcube.core.store import new_data_store store = new_data_store("ccizarr")
Expected behavior No ugly warning when new_data_store is called.
Additional context
UserWarning: Initializing xcube plugin 'xcube_cmems' took 116 ms, consider code optimization. (For example, avoid eager import of packages, consider lazy loading of resources, etc.) warnings.warn(
The text was updated successfully, but these errors were encountered:
And have you considered code optimization? ;-)
Sorry, something went wrong.
No not yet. I can take up this task next week.
TejasMorbagal
No branches or pull requests
Describe the bug
Warnings about intialization of xcube plugin
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No ugly warning when new_data_store is called.
Additional context
The text was updated successfully, but these errors were encountered: