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
If I run this command python src/nwp_consumer/cmd/main.py consume --source=icon --sink=local --rdir=icon/raw --zdir=icon/data --no-rename-vars --create-latest
(and changing the param_group to full) after it is done downloading the raw data it hangs forever. If I add this dask.config.set(scheduler='single-threaded')
in run() it takes a long time but it eventually finishes the job. It would be interesting to know what command you are using to download the data you upload to hugging face.
The text was updated successfully, but these errors were encountered:
If I run this command
python src/nwp_consumer/cmd/main.py consume --source=icon --sink=local --rdir=icon/raw --zdir=icon/data --no-rename-vars --create-latest
(and changing the param_group to full) after it is done downloading the raw data it hangs forever. If I add this
dask.config.set(scheduler='single-threaded')
in run() it takes a long time but it eventually finishes the job. It would be interesting to know what command you are using to download the data you upload to hugging face.
The text was updated successfully, but these errors were encountered: