honeybee-openstudio 2.28.6 → 2.28.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ca37d07a3be814cdd3142149cd708f3970248b60602cb258e198f78c03ea9e4
4
- data.tar.gz: 867481f07dde60d48f5f60d2e4e15200911c7362e632fd746e0512a8e5af605c
3
+ metadata.gz: 85370efad53876aac48104fa13b3e5caa317fc12d261126b8a36b8bd3098a6a3
4
+ data.tar.gz: 1968c0abd627c7994c2502ef44d88c0c1304abd02d3e0243b3aabf94195d4e52
5
5
  SHA512:
6
- metadata.gz: 31926e2a3a6db328f6c1a34d2ecf77e4010f03756f21949ee64f4c6e62a1ef1274aa0bf48631333c0e0350fa8ae8621b5c2f10f470de34ee3317148ccf3670ff
7
- data.tar.gz: afb29e454546acf687bfb171c878f2dc51a5515d81a1dd9d2afef94b59bfe92d5ba1aa53dba5a0d94cd0f6c2ada8f24b3aea00a41b6861736117c9f2784463f6
6
+ metadata.gz: 7ffd05317c79bb659325b092fa516c398a98eb0b43d1109072d173fe0ae816c76bbdab0452b402b2f7e58ccb8eecbb3879f1140d11542fca25d8847eb5ca26b3
7
+ data.tar.gz: d53b7200f8243899cc158f86ec9d4c1103704c3b3a9fa067a78b4a679bd8bd6a9aa86f884e792e9702f0f5bd05fd83bb81545d24642027c48f3e6a4255909b53
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'honeybee-openstudio'
7
- spec.version = '2.28.6'
7
+ spec.version = '2.28.7'
8
8
  spec.authors = ['Tanushree Charan', 'Dan Macumber', 'Chris Mackey', 'Mostapha Sadeghipour Roudsari']
9
9
  spec.email = ['tanushree.charan@nrel.gov', 'chris@ladybug.tools']
10
10
 
@@ -226,8 +226,14 @@ module Honeybee
226
226
  else
227
227
  flow_sch_id = 'Always On'
228
228
  end
229
- adj_zone_id = face[:boundary_condition][:boundary_condition_objects][-1]
230
- $air_mxing_array << [os_thermal_zone, flow_rate, flow_sch_id, adj_zone_id]
229
+ begin
230
+ adj_zone_id = face[:boundary_condition][:boundary_condition_objects][-1]
231
+ rescue Exception
232
+ msg = 'ERROR: Air Boundary Faces must be adjacent to a neighboring Room and have a Surface boundary condition.'
233
+ puts msg
234
+ else
235
+ $air_mxing_array << [os_thermal_zone, flow_rate, flow_sch_id, adj_zone_id]
236
+ end
231
237
  end
232
238
  end
233
239
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honeybee-openstudio
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.28.6
4
+ version: 2.28.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanushree Charan
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2022-01-03 00:00:00.000000000 Z
14
+ date: 2022-01-13 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler