Skip to content

Commit

Permalink
fix(viz): Add model to postprocess DAG
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Nov 30, 2023
1 parent 5262232 commit c23e39f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pollination/direct_sun_hours/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ def postprocess_direct_sun_hours(
self, input_folder=prepare_folder_direct_sun_hours._outputs.initial_results,
grids_info=prepare_folder_direct_sun_hours._outputs.resources,
sun_up_hours=prepare_folder_direct_sun_hours._outputs.resources,
timestep=prepare_folder_direct_sun_hours._outputs.resources
timestep=prepare_folder_direct_sun_hours._outputs.resources,
model=model
):
return [
{
Expand Down

0 comments on commit c23e39f

Please sign in to comment.