Skip to content

Commit 9aa9453

Browse files
committed
Fix inference outputs dir for Chai-1 pocket only exps
1 parent 789cd07 commit 9aa9453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posebench/data/chai_output_extraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def main(cfg: DictConfig):
7171
cfg.dataset, f"{cfg.dataset}_pocket_only"
7272
)
7373
cfg.inference_outputs_dir = cfg.inference_outputs_dir.replace(
74-
f"rfaa_{cfg.dataset}", f"rfaa_pocket_only_{cfg.dataset}"
74+
f"chai-lab_{cfg.dataset}", f"chai-lab_pocket_only_{cfg.dataset}"
7575
)
7676

7777
if cfg.complex_filepath is not None:

0 commit comments

Comments
 (0)