Skip to content

Commit

Permalink
Deletes temporary test feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
brgix committed Oct 15, 2024
1 parent 7a652f7 commit 0c891ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
6 changes: 3 additions & 3 deletions lib/measures/tbd/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>tbd_measure</name>
<uid>8890787b-8c25-4dc8-8641-b6be1b6c2357</uid>
<version_id>8d1bf83f-e7e2-4d4d-8093-14e546d1fdea</version_id>
<version_modified>2024-10-15T18:44:28Z</version_modified>
<version_id>12467d7f-9058-4028-b6f8-0448e81b7fef</version_id>
<version_modified>2024-10-15T18:51:39Z</version_modified>
<xml_checksum>99772807</xml_checksum>
<class_name>TBDMeasure</class_name>
<display_name>Thermal Bridging and Derating - TBD</display_name>
Expand Down Expand Up @@ -523,7 +523,7 @@
<filename>psi.rb</filename>
<filetype>rb</filetype>
<usage_type>resource</usage_type>
<checksum>D305D750</checksum>
<checksum>25CD6251</checksum>
</file>
<file>
<filename>tbd.rb</filename>
Expand Down
15 changes: 0 additions & 15 deletions lib/measures/tbd/resources/psi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2154,21 +2154,6 @@ def process(model = nil, argh = {})
convex = convex?(s1, s2)
flat = !concave && !convex

# if (id == "Level0 Open area 1 Ceiling Plenum AbvClgPlnmWall 4" &&
# i == "Level 0 Open area 1 Ceiling Plenum RoofCeiling") ||
# (i == "Level0 Open area 1 Ceiling Plenum AbvClgPlnmWall 4" &&
# id == "Level 0 Open area 1 Ceiling Plenum RoofCeiling")
# puts
# puts; puts "... #{id} vs #{i}"
# puts "ANGLE: #{(s1[:angle] * 180 / Math::PI).round(2)} vs #{(s2[:angle] * 180 / Math::PI).round(2)}"
# puts "POLAR: #{s1[:polar]} vs #{s2[:polar]}"
# puts "NORMAL: #{s1[:normal]} vs #{s2[:normal]}"
# puts
# puts convex?(s1, s2)
# puts "..."
# puts
# end

if argh[:parapet]
set[:parapet ] = shorts[:val][:parapet ] if flat
set[:parapetconcave] = shorts[:val][:parapetconcave] if concave
Expand Down
15 changes: 0 additions & 15 deletions lib/tbd/psi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2154,21 +2154,6 @@ def process(model = nil, argh = {})
convex = convex?(s1, s2)
flat = !concave && !convex

# if (id == "Level0 Open area 1 Ceiling Plenum AbvClgPlnmWall 4" &&
# i == "Level 0 Open area 1 Ceiling Plenum RoofCeiling") ||
# (i == "Level0 Open area 1 Ceiling Plenum AbvClgPlnmWall 4" &&
# id == "Level 0 Open area 1 Ceiling Plenum RoofCeiling")
# puts
# puts; puts "... #{id} vs #{i}"
# puts "ANGLE: #{(s1[:angle] * 180 / Math::PI).round(2)} vs #{(s2[:angle] * 180 / Math::PI).round(2)}"
# puts "POLAR: #{s1[:polar]} vs #{s2[:polar]}"
# puts "NORMAL: #{s1[:normal]} vs #{s2[:normal]}"
# puts
# puts convex?(s1, s2)
# puts "..."
# puts
# end

if argh[:parapet]
set[:parapet ] = shorts[:val][:parapet ] if flat
set[:parapetconcave] = shorts[:val][:parapetconcave] if concave
Expand Down

0 comments on commit 0c891ff

Please sign in to comment.