Skip to content

Commit

Permalink
Correct path to reg data
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jun 20, 2024
1 parent 9e02d30 commit 1a6fa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion X2 - Regionalized calculations with custom meal.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"metadata": {},
"outputs": [],
"source": [
"data_dir = Path.cwd().absolute() / \"data\"\n",
"data_dir = Path.cwd().absolute() / \"regionalization\" / \"data\"\n",
"assert data_dir.is_dir()"
]
},
Expand Down

0 comments on commit 1a6fa31

Please sign in to comment.