openstudio-standards 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38cd957de2c3f32eda171f6bcbf5addb207bb8c2ccf217fac7e1049b61cb954f
4
- data.tar.gz: 547fb5ad3df8c952d24f6bc8196b4bf5b82e933952099063e61d2d55285dcd5d
3
+ metadata.gz: bbb17b91e08b1e4892c8d617a67d61cbf92325963245584172cedfb4b869d49d
4
+ data.tar.gz: 0605d37a9989c1ecd797fd8dd6a73f11bc5c8c20ca5ef96f9d1ac56c6e8debed
5
5
  SHA512:
6
- metadata.gz: c4f96991f38dd7cf11467fce32abe099687766e2293a9ca1b569648c2d8c3f869d22ff2a4eecac5f1221ecbafc046a03051729dabd90bbc7eb0dc52dff6bf7a3
7
- data.tar.gz: 8b0e4d70c25c4607e2a1f5fa6ac60c9ff813cafa2ff530eef281a2c7d8d386df9ef3341f2cdac20b8cf33f7fb5109163cea019b2e842f979760fb90d0b8a1beb
6
+ metadata.gz: 883ca3dbf8e80f7d99987908eba6f003b5eb1cc00f9a92a89f92c002d3a5fbd51d425fc81c6edfd833e2469248179da401acae80152622ed5b85ff4b7978ced6
7
+ data.tar.gz: 21eb6b15b7adb0f31e9257c48e4f4636ac1c697f105ad0301900032ce34e98ea6c3505f8f8691da5f7b2cd1b1f45052ee998e1e0560a5e1ad4e228bbdfdd74ab
@@ -1670,6 +1670,11 @@ class Standard
1670
1670
  term = equip.to_AirTerminalSingleDuctVAVReheat.get
1671
1671
  mdp_term = term.constantMinimumAirFlowFraction
1672
1672
  min_zn_flow = term.fixedMinimumAirFlowRate
1673
+ if min_zn_flow.is_initialized
1674
+ min_zn_flow = min_zn_flow.get
1675
+ else
1676
+ min_zn_flow = 0.0
1677
+ end
1673
1678
  end
1674
1679
  end
1675
1680
 
@@ -13,5 +13,5 @@ module OpenstudioStandards
13
13
  end
14
14
  return 'git-not-found-on-this-system'
15
15
  end
16
- VERSION = '0.2.4'.freeze
16
+ VERSION = '0.2.5'.freeze
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstudio-standards
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Parker
@@ -21,7 +21,7 @@ authors:
21
21
  autorequire:
22
22
  bindir: bin
23
23
  cert_chain: []
24
- date: 2018-09-29 00:00:00.000000000 Z
24
+ date: 2018-10-04 00:00:00.000000000 Z
25
25
  dependencies:
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: minitest-reporters