Skip to content

Commit

Permalink
Deploymnet test 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiabernat committed Jan 12, 2025
1 parent e282030 commit d127c2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dash_app/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

if CONNECT_TO_LAMBDA:

print("DEPLOYMENT 9")

# https://gridcerf.dev.msdlive.org/

DATASET_ID = "1ffea-emt93" # MSD-LIVE added dataset id that goes to DEV
Expand All @@ -30,6 +32,7 @@
else:
DATA_DIR = "../../data/msdlive-gridcerf"
METADATA_DIR = "./metadata"
LAMBDA_TASK_ROOT = None


COMPILED_DIR = os.path.join(DATA_DIR, "gridcerf/compiled/compiled_technology_layers")
Expand Down

0 comments on commit d127c2b

Please sign in to comment.