Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
tedoaba committed Jan 30, 2025
1 parent 2d5be93 commit a1b71fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.week0/

__pycache__/
.pytest_cache/

.ipynb_checkpoints/
4 changes: 2 additions & 2 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import logging

class Config:
DATA_DIR = Path("../data/raw/")
OUTPUT_DIR = Path("../data/processed/")
DATA_DIR = Path("./data/raw/")
OUTPUT_DIR = Path("./data/processed/")
REGIONS = ['Benin', 'Sierraleon', 'Togo']
SOLAR_COLS = ['GHI', 'DNI', 'DHI', 'ModA', 'ModB']
CLIMATE_COLS = ['Tamb', 'RH', 'WS', 'Precipitation']
Expand Down

0 comments on commit a1b71fb

Please sign in to comment.