dandi / dandi-cli

DANDI command line client to facilitate common operations
https://dandi.readthedocs.io/
Apache License 2.0
22 stars 28 forks source link

`DONE%` value when downloading a Zarr asset is not correct #1407

Closed kabilar closed 6 months ago

kabilar commented 9 months ago

Description

When downloading a single Zarr asset or downloading an entire Dandiset that contains a Zarr asset, I have found that the DONE% value for the Zarr is constantly set as 98% or 99%. Whereas the Summary displays a seemingly more accurate progress (e.g. 1.95% in the screenshot below).

image

Reproducibility

  1. Version: dandi==0.59.1
  2. Command to download Zarr asset from Dandiset 000108:
    dandi download https://api.dandiarchive.org/api/assets/a25835b8-2293-4bf3-81f0-fbb3b22196fd/download/

Thank you