Skip to content

Commit

Permalink
refactor(config): update issue number for pockets #103
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaacoub committed Aug 2, 2024
1 parent b3e52a9 commit 73cd7b1
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 @@ -87,7 +87,7 @@ class LIG_FEAT_OPT(StringEnum):
from pathlib import Path

# Model save paths
issue_number = 131
issue_number = 103
DATA_BASENAME = f'data/{f"v{issue_number}" if issue_number else ""}'
RESULTS_PATH = os.path.abspath(f'results/v{issue_number}/')
MEDIA_SAVE_DIR = f'{RESULTS_PATH}/model_media/'
Expand Down

0 comments on commit 73cd7b1

Please sign in to comment.