Merge pull request #983 from koen-vg/build-seq-potential-input-typo
Fix typo in reading input to build_sequestration_potentials rule
This commit is contained in:
commit
43cb5ff78e
@ -44,7 +44,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
cf = snakemake.params.sequestration_potential
|
cf = snakemake.params.sequestration_potential
|
||||||
|
|
||||||
gdf = gpd.read_file(snakemake.input.sequestration_potential[0])
|
gdf = gpd.read_file(snakemake.input.sequestration_potential)
|
||||||
|
|
||||||
regions = gpd.read_file(snakemake.input.regions_offshore)
|
regions = gpd.read_file(snakemake.input.regions_offshore)
|
||||||
if cf["include_onshore"]:
|
if cf["include_onshore"]:
|
||||||
|
Loading…
Reference in New Issue
Block a user