Update build_population_weighted_energy_totals.py

adjust mocksnakemake
This commit is contained in:
lisazeyen 2022-05-02 18:19:59 +02:00 committed by GitHub
parent 361100bfab
commit dc997c6ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ if __name__ == '__main__':
if 'snakemake' not in globals():
from helper import mock_snakemake
snakemake = mock_snakemake(
'build_transport_demand',
'build_population_weighted_energy_totals',
simpl='',
clusters=48,
)