Hi, thanks for this project and sharing your data! We pull updates regularly. Our pipeline had previously been running fine, but on September 30 we started getting OSError: Not a gzipped file from the python gzip library when trying to read any of the .json.gz files linked in the README of this repository. I just manually inspected the methods.json.gz linked in the README at https://production-media.paperswithcode.com/about/methods.json.gz , and when I run gunzip on it I get gunzip: methods.json.gz: not in gzip format. This file appears to be uncompressed. We can read the file as json, so not a big issue for us, but just letting you know.
Hi, thanks for this project and sharing your data! We pull updates regularly. Our pipeline had previously been running fine, but on September 30 we started getting
OSError: Not a gzipped filefrom the python gzip library when trying to read any of the .json.gz files linked in the README of this repository. I just manually inspected the methods.json.gz linked in the README at https://production-media.paperswithcode.com/about/methods.json.gz , and when I run gunzip on it I getgunzip: methods.json.gz: not in gzip format. This file appears to be uncompressed. We can read the file as json, so not a big issue for us, but just letting you know.