Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure
get_test_data.sh
doesn't re-download datasets (#4536)
* support calling `get_test_data.sh` from any directory * only download datasets if newer than local copies * extract datasets in parallel After this PR, datasets will be stored in `datasets/tmp` and not deleted after extraction, because `wget -N` (aka `--timestamping`) relies on comparing the local and remote mtimes. Authors: - Paul Taylor (https://github.com/trxcllnt) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) - Rick Ratzel (https://github.com/rlratzel) URL: #4536
- Loading branch information