Skip to content

Commit f16b308

Browse files
committed
Remove hardcoded filepath defaults
1 parent 1646c2a commit f16b308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/dscim/preprocessing/input_damages.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ def calculate_labor_batch_damages(batch, ec, input_path, save_path):
290290

291291

292292
def calculate_labor_damages(
293-
path_econ="/shares/gcp/integration/float32/dscim_input_data/econvars/zarrs/integration-econ-bc39.zarr",
294-
input_path="/shares/gcp/outputs/labor/impacts-woodwork/mc_correct_rebasing_for_integration",
295-
save_path="/shares/gcp/integration/float32/input_data_histclim/labor_data/replication/",
293+
path_econ,
294+
input_path,
295+
save_path,
296296
):
297297
ec = EconVars(path_econ)
298298
# process in 3 rounds to limit memory usage

0 commit comments

Comments
 (0)