Asteri2themoon commited on
Commit
81f724b
1 Parent(s): e40b6e3

fix path in the tar.gz file

Browse files
download-and-process.py CHANGED
@@ -149,8 +149,8 @@ def compress(path: Optional[str] = "."):
149
 
150
  print("compress into materials-project.tar.gz")
151
  with tarfile.open(output_file, "w:gz") as tar:
152
- tar.add(os.path.join(path, "materials-project/batching.json"))
153
- tar.add(os.path.join(path, "materials-project/data.hdf5"))
154
 
155
 
156
  download_raw_mp()
 
149
 
150
  print("compress into materials-project.tar.gz")
151
  with tarfile.open(output_file, "w:gz") as tar:
152
+ tar.add(os.path.join(path, "materials-project/batching.json"),"batching.json")
153
+ tar.add(os.path.join(path, "materials-project/data.hdf5"),"data.hdf5")
154
 
155
 
156
  download_raw_mp()
materials-project.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d27d6d4570823fff5a2482ff1e33df223dcffe33a550a0facbd7a4878ad2d37e
3
- size 38793411
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14a727400bfa71c8ca2c41ba3a331f479019f494f1bb78602d31981a79c570b9
3
+ size 38793462