openstudio-analysis 1.0.0.rc18 → 1.0.0.rc19
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9c20421f78a32d9fbfb9709c2640a57f5e012cc
|
|
4
|
+
data.tar.gz: a87f714e74143979dde36b3f4710551ba866f91c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 794269c64d78465a8a741dd566e5be506168cdd3a6a5625891cb6ec1da9e9b1c14dce43be4f8fe9c7b2b092058fc02d3f3cd4b3609707f31cfba055e51fb8669
|
|
7
|
+
data.tar.gz: b123ae96f3b587a8ab726234596122b396eb353fb2f542042bbfe74fe98539da1685b3e0476d79c736b04338f9de3b8139706f8439f0c529a5807391ba48742d
|
|
@@ -854,7 +854,7 @@ module OpenStudio
|
|
|
854
854
|
group_index = 1
|
|
855
855
|
|
|
856
856
|
rows.each_with_index do |row, icnt|
|
|
857
|
-
next if icnt <
|
|
857
|
+
next if icnt < 1 # skip the first 3 lines of the file
|
|
858
858
|
|
|
859
859
|
var = {}
|
|
860
860
|
var['display_name'] = row[:display_name]
|
|
@@ -56,6 +56,7 @@ module OpenStudio
|
|
|
56
56
|
step_hash[:name] = @options[:da_descriptions][i][:name]
|
|
57
57
|
step_hash[:description] = @options[:da_descriptions][i][:description]
|
|
58
58
|
end
|
|
59
|
+
# DLM: the following fields are deprecated and should be removed once EDAPT reports no longer rely on them, they are moved to step.results
|
|
59
60
|
step_hash[:measure_id] = step[:measure_definition_uuid] if step[:measure_definition_uuid]
|
|
60
61
|
step_hash[:version_id] = step[:measure_definition_version_uuid] if step[:measure_definition_version_uuid]
|
|
61
62
|
step_hash[:modeler_description] = step[:modeler_description] if step[:modeler_description]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openstudio-analysis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.rc19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas Long
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-05-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|