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 789cd07 commit 9aa9453Copy full SHA for 9aa9453
posebench/data/chai_output_extraction.py
@@ -71,7 +71,7 @@ def main(cfg: DictConfig):
71
cfg.dataset, f"{cfg.dataset}_pocket_only"
72
)
73
cfg.inference_outputs_dir = cfg.inference_outputs_dir.replace(
74
- f"rfaa_{cfg.dataset}", f"rfaa_pocket_only_{cfg.dataset}"
+ f"chai-lab_{cfg.dataset}", f"chai-lab_pocket_only_{cfg.dataset}"
75
76
77
if cfg.complex_filepath is not None:
0 commit comments