daviddiazvico / scikit-datasets

Scikit-learn-compatible datasets
MIT License
16 stars 3 forks source link

`fetch_compressed` decompress the data even if it is already decompressed #46

Closed vnmabus closed 2 years ago

vnmabus commented 2 years ago

Calling fetch_compressed decompress the data even if it was already decompressed. If a process call it with the a file whose contents are already decompressed and being read from another process, it can cause the read to fail.