Skip to content

Commit 76596fb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fb1c930 commit 76596fb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

workflow/rules/aggregate.smk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ rule aggregate_co2stop:
55
message:
66
"Aggregating '{wildcards.shapes}-{wildcards.scenario}-{wildcards.cdr_group}'."
77
params:
8-
bounds_mtco2=lambda wc: config["imputation"]["aggregated"][wc.cdr_group]["bounds_mtco2"],
8+
bounds_mtco2=lambda wc: config["imputation"]["aggregated"][wc.cdr_group][
9+
"bounds_mtco2"
10+
],
911
proj_crs=config["crs"]["projected"],
1012
input:
1113
shapes="resources/user/{shapes}/shapes.parquet",

workflow/scripts/prepare_co2stop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"depth_m": "DEPTH_MEAN",
2929
"reservoir_thickness_m": "GROSS_THICK_MEAN",
3030
"seal_thickness_m": "MIN_SEAL_THICK",
31-
"permeability_md": "PERM_MEAN"
31+
"permeability_md": "PERM_MEAN",
3232
}
3333

3434

0 commit comments

Comments
 (0)