abstract-reasoning-matrices icon indicating copy to clipboard operation
abstract-reasoning-matrices copied to clipboard

One of the dataset files is tarred but not gzipped

Open shamp00 opened this issue 6 years ago • 0 comments

The archive https://storage.cloud.google.com/ravens-matrices/attrs.line.type.tar.gz has the .gz extension but it has not been gzipped, only tarred.

I can extract it with tar -xv, but tar -xvz gives me gzip: stdin: not in gzip format.

The other datasets are as expected.

shamp00 avatar Nov 11 '18 23:11 shamp00