correct config location

This commit is contained in:
Fabian Neumann 2023-12-29 17:30:03 +01:00
parent fa13eae277
commit a5ba2565a0
3 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ rule solve_sector_network_myopic:
"co2_sequestration_potential", 200 "co2_sequestration_potential", 200
), ),
custom_extra_functionality=workflow.source_path( custom_extra_functionality=workflow.source_path(
config["solver"]["options"].get("custom_extra_functionality", "") config["solving"]["options"].get("custom_extra_functionality", "")
), ),
input: input:
network=RESULTS network=RESULTS

View File

@ -12,7 +12,7 @@ rule solve_sector_network:
"co2_sequestration_potential", 200 "co2_sequestration_potential", 200
), ),
custom_extra_functionality=workflow.source_path( custom_extra_functionality=workflow.source_path(
config["solver"]["options"].get("custom_extra_functionality", "") config["solving"]["options"].get("custom_extra_functionality", "")
), ),
input: input:
network=RESULTS network=RESULTS

View File

@ -119,7 +119,7 @@ rule solve_sector_network_perfect:
"co2_sequestration_potential", 200 "co2_sequestration_potential", 200
), ),
custom_extra_functionality=workflow.source_path( custom_extra_functionality=workflow.source_path(
config["solver"]["options"].get("custom_extra_functionality", "") config["solving"]["options"].get("custom_extra_functionality", "")
), ),
input: input:
network=RESULTS network=RESULTS