Skip to content

Commit

Permalink
fix(recipe): Make simulation parameter optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mackey committed Apr 5, 2021
1 parent 8fc23fe commit c6219ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pollination/custom_energy_sim/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CustomEnergySimEntryPoint(DAG):
'simulation. Note that this SimulationParameter should usually contain '
'design days. If it does not, the annual EPW data be used to generate '
'default design days, which may not be as representative of the climate as '
'those from a DDY file.', extensions=['json'],
'those from a DDY file.', extensions=['json'], optional=True,
alias=energy_simulation_parameter_input
)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pollination-honeybee-energy>=0.2.11
pollination-honeybee-energy>=0.2.12
pollination-alias>=0.5.4

0 comments on commit c6219ae

Please sign in to comment.