We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6f9a6 commit 15ff2f6Copy full SHA for 15ff2f6
1 file changed
mdaf3/AF3OutputParser.py
@@ -409,9 +409,11 @@ def compress(self):
409
410
(
411
(self.dir_path / (self._seed_str(seed) + "_embeddings"))
412
+ / ("embeddings.npz")
413
).unlink(missing_ok=True)
414
+
415
- self.dir_path / (self._seed_str(seed) + "_embeddings")
416
+ (self.dir_path / (self._seed_str(seed) + "_embeddings"))
417
).rmdir()
418
419
# compress best cif
0 commit comments