Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
ameya98 committed May 19, 2024
1 parent 4168b73 commit abcf352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moleculib/protein/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def __init__(
split: str = "train",
tau: int = 1,
):
base = "/mas/projects/molecularmachines/db/timewarp/"
base = "/mas/projects/molecularmachines/db/timewarp2/"
self.base_path = os.path.join(base, dataset, split)
self.counter = 0
self.tau = tau
Expand Down

0 comments on commit abcf352

Please sign in to comment.