- DataTracer version: 0.0.6.dev0, branch tracer-benchmarks
- Python version: 3.7.4
- Operating System: MacOS 10.15.6
Description
In the current version of benchmark, the download method would throw an error when the file cannot be parsed as a zip file, and therefore interrupted by index.html in the s3 database http://tracer-data.s3.amazonaws.com/.
Proposed Solution
Examine if the file_name ends with .zip, and skip those that does not.
Description
In the current version of
benchmark, the download method would throw an error when the file cannot be parsed as a zip file, and therefore interrupted byindex.htmlin the s3 databasehttp://tracer-data.s3.amazonaws.com/.Proposed Solution
Examine if the file_name ends with
.zip, and skip those that does not.