overwrite-different flag issue
- Dominant language
- Python
- Stars
- 28
- Forks
- 37
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 9
Description
when running dandi download with -e overwrite-different the below error intermittently pops up and the download percentages remain at zero even if it does reflect files are being skipped or downloaded.
Error:
> UserWarning: Persisting input arguments took 1.78s to run.If this happens often in your code, it can cause performance problems (results will be correct in all cases). The reason for this is probably some large input arguments for a wrapped function.
copy of terminal output where percentages are 0% although files have been skipped
```
PATH SIZE DONE DONE% CHECKSUM STATUS MESSAGE
sub-I45/ses-SPIM/micr/sub-I45_ses-SPIM_sample-BrocaAreaS38_stain-Somatostatin_SPIM.ome.zarr 0 Bytes 0% 2044 skipped
sub-I45/ses-SPIM/micr/sub-I45_ses-SPIM_sample-BrocaAreaS38_stain-NeuN_SPIM.ome.zarr 0 Bytes 0% 2051 skipped
sub-I45/ses-SPIM/micr/sub-I45_ses-SPIM_sample-BrocaAreaS35_stain-NeuN_SPIM.ome.zarr 0 Bytes 0% 2047 skipped
sub-I45/ses-SPIM/micr/sub-I45_ses-SPIM_sample-BrocaAreaS35_stain-Somatostatin_SPIM.ome.zarr 0 Bytes 0% 2039 skipped
sub-I45/ses-SPIM/micr/sub-I45_ses-SPIM_sample-BrocaAreaS35_stain-Calretinin_SPIM.ome.zarr 0 Bytes 0% 2038 skipped
sub-I45/ses-SPIM/micr/sub-I45_ses-SPIM_sample-BrocaAreaS41_stain-Calretinin_SPIM.ome.zarr 0 Bytes 0% 2049 skipped
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.