Skip to content

Commit

Permalink
fix(comfort_par): Fix bug in passing of comfort parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Sep 15, 2023
1 parent 2a3b1ac commit 2986cc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pollination/utci_comfort_map/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def run_comfort_map(
wind_speed=wind_speed,
air_speed_mtx=split_air_speed_folder._outputs.output_folder,
solarcal_par=solarcal_parameters,
comfort_par=comfort_parameters
comfort_parameters=comfort_parameters
) -> List[Dict]:
pass

Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pollination-ladybug==0.2.2
pollination-ladybug-comfort==0.5.2
pollination-honeybee-radiance==0.22.37
pollination-honeybee-energy==0.7.1
pollination-lbt-honeybee==0.1.13
pollination-alias==0.11.3
pollination-path==0.3.2
pollination-ladybug==0.2.3
pollination-ladybug-comfort==0.5.3
pollination-honeybee-radiance==0.22.41
pollination-honeybee-energy==0.7.3
pollination-lbt-honeybee==0.1.14
pollination-alias==0.11.8
pollination-path==0.3.2

0 comments on commit 2986cc5

Please sign in to comment.