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
asyncmap
I'm running a script and I get a download progress 100% but still keeps downloading for long time.
I'm wondering whether
ClimaOcean.jl/src/DataWrangling/DataWrangling.jl
Lines 26 to 54 in 7ddb30b
works OK with asyncmap, e.g., in
ClimaOcean.jl/src/DataWrangling/ECCO/ECCO_metadata.jl
Lines 234 to 255 in 7ddb30b
The text was updated successfully, but these errors were encountered:
Can you test with ntasks=1 to see?
ntasks=1
Sorry, something went wrong.
No branches or pull requests
I'm running a script and I get a download progress 100% but still keeps downloading for long time.
I'm wondering whether
ClimaOcean.jl/src/DataWrangling/DataWrangling.jl
Lines 26 to 54 in 7ddb30b
works OK with
asyncmap
, e.g., inClimaOcean.jl/src/DataWrangling/ECCO/ECCO_metadata.jl
Lines 234 to 255 in 7ddb30b
The text was updated successfully, but these errors were encountered: