Skip to content

Commit

Permalink
fix(deps): bump pollination-two-phase-daylight-coefficient
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Jan 30, 2025
1 parent 15beffb commit 6046e32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pollination/well_daylight/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from pollination.alias.inputs.radiancepar import rad_par_annual_input
from pollination.alias.inputs.grid import grid_filter_input, \
min_sensor_count_input, cpu_count
from pollination.alias.outputs.daylight import well_l01_summary, well_l06_summary

from ._process_epw import WellDaylightProcessEPW
from ._visualization import WellDaylightVisualization
Expand Down Expand Up @@ -183,10 +184,10 @@ def create_visualization(

l01_summary = Outputs.file(
description='JSON file containing the number of credits achieved.',
source='l01_well_summary.json',
source='l01_well_summary.json', alias=well_l01_summary
)

l06_summary = Outputs.file(
description='JSON file containing the number of credits achieved.',
source='l06_well_summary.json',
source='l06_well_summary.json', alias=well_l06_summary
)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pollination-two-phase-daylight-coefficient==1.1.45
pollination-two-phase-daylight-coefficient==1.1.49
pollination-ladybug==0.2.4
pollination-honeybee-display==0.1.17

0 comments on commit 6046e32

Please sign in to comment.