Skip to content

Commit

Permalink
revert(config): data_root param
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaacoub committed Aug 2, 2024
1 parent 0072b09 commit 5564537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class LIG_FEAT_OPT(StringEnum):
SLURM_PARTITION = 'gpu'
SLURM_CONSTRAINT = 'gpu32g'
SLURM_ACCOUNT = 'kumargroup_gpu'
DATA_ROOT = os.path.abspath('../data/test')
DATA_ROOT = os.path.abspath('../data/')
elif 'graham' in DOMAIN_NAME:
CLUSTER = 'graham'
SLURM_CONSTRAINT = 'cascade,v100'
Expand Down

0 comments on commit 5564537

Please sign in to comment.