Skip to content

Commit

Permalink
feat(comfort): Add recipes for thermal comfort mapping
Browse files Browse the repository at this point in the history
I am also improving the tests so that they clean up after themselves and we don't end up with a test folder that's GBs in size.
  • Loading branch information
chriswmackey authored and Chris Mackey committed Feb 25, 2021
1 parent f5d6e0c commit 7033b08
Show file tree
Hide file tree
Showing 96 changed files with 16,519 additions and 29,171 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ jobs:
sudo cp -r radiance-5.3.fc2a261076-Linux/usr/local/radiance/bin/* /usr/local/bin
sudo mkdir /usr/local/lib/ray
sudo cp -r radiance-5.3.fc2a261076-Linux/usr/local/radiance/lib/* /usr/local/lib/ray
- name: install openstudio
run: |
wget https://github.com/NREL/OpenStudio/releases/download/v3.1.0/OpenStudio-3.1.0+e165090621-Linux.deb
sudo dpkg -i ./OpenStudio-3.1.0+e165090621-Linux.deb
- name: install honeybee-openstudio-gem
run: |
mkdir -p ~/ladybug_tools/resources/measures/honeybee_openstudio_gem
curl -SL -o honeybee-openstudio-gem.tar.gz https://github.com/ladybug-tools/honeybee-openstudio-gem/archive/v$HONEYBEE_OPENSTUDIO_GEM_VERSION.tar.gz
tar -zxvf honeybee-openstudio-gem.tar.gz
mv honeybee-openstudio-gem-$HONEYBEE_OPENSTUDIO_GEM_VERSION/lib ~/ladybug_tools/resources/measures/honeybee_openstudio_gem
rm -r honeybee-openstudio-gem-$HONEYBEE_OPENSTUDIO_GEM_VERSION
rm honeybee-openstudio-gem.tar.gz
env:
HONEYBEE_OPENSTUDIO_GEM_VERSION: '2.11.1'
- name: install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions lbt_recipes/adaptive_comfort_map/flow/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading

0 comments on commit 7033b08

Please sign in to comment.