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
TypeError: object IcechunkStore can't be used in 'await' expression
I didn't really know what I was doing, but when I removed the await references, I got the notebook to run (using a Coiled Jupyterlab instance on AWS) and the performance seemed similar to Ryan's original results?
The text was updated successfully, but these errors were encountered:
Thanks @rsignell - we can take another pass through these notebooks and clean this up. We just changed the store this week to use asynchronous API for the create/open/commit methods.
and the performance seemed similar to Ryan's original results?
When I tried first running the era5 notebook linked in the blog post, I was getting errors like:
I didn't really know what I was doing, but when I removed the
await
references, I got the notebook to run (using a Coiled Jupyterlab instance on AWS) and the performance seemed similar to Ryan's original results?The text was updated successfully, but these errors were encountered: