We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f598865 commit 789cd07Copy full SHA for 789cd07
posebench/models/chai_inference.py
@@ -77,7 +77,7 @@ def main(cfg: DictConfig):
77
break
78
if (
79
cfg.skip_existing
80
- and os.path.exists(os.path.join(cfg.output_dir, item, f"{item}.pdb"))
+ and os.path.exists(os.path.join(cfg.output_dir, item, "pred.model_idx_0.pdb"))
81
and not os.path.exists(os.path.join(cfg.output_dir, item, "error_log.txt"))
82
):
83
logger.info(f"Skipping inference for `{item}` as output directory already exists.")
0 commit comments