Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/features/#903-desaggregate-heat-…
Browse files Browse the repository at this point in the history
…pumps' into continuous-integration/run-everything-over-the-weekend-2022-10-10
  • Loading branch information
nailend committed Oct 25, 2022
2 parents e8a1cca + ecce8be commit 4cd17c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/egon/data/datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ emobility_mit:
parallel_tasks: 10

demand_timeseries_mvgd:
parallel_tasks: 2
parallel_tasks: 10

charging_infrastructure:
original_data:
Expand Down
6 changes: 2 additions & 4 deletions src/egon/data/datasets/heat_supply/individual_heating.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ def dyn_parallel_tasks_pypsa_eur_sec():
name="HeatPumpsPypsaEurSec",
version="0.0.2",
dependencies=dependencies,
# tasks=({*dyn_parallel_tasks_pypsa_eur_sec()},),
tasks=(*dyn_parallel_tasks_pypsa_eur_sec(),),
tasks=({*dyn_parallel_tasks_pypsa_eur_sec()},),
)


Expand Down Expand Up @@ -156,8 +155,7 @@ def dyn_parallel_tasks_2035():
dependencies=dependencies,
tasks=(
delete_heat_peak_loads_eGon2035,
# {*dyn_parallel_tasks_2035()},
*dyn_parallel_tasks_2035(),
{*dyn_parallel_tasks_2035()},
),
)

Expand Down

0 comments on commit 4cd17c0

Please sign in to comment.