diff --git a/lib/measures/tbd/measure.xml b/lib/measures/tbd/measure.xml
index 8989c3f..6369fca 100644
--- a/lib/measures/tbd/measure.xml
+++ b/lib/measures/tbd/measure.xml
@@ -3,8 +3,8 @@
3.1
tbd_measure
8890787b-8c25-4dc8-8641-b6be1b6c2357
- 8d1bf83f-e7e2-4d4d-8093-14e546d1fdea
- 2024-10-15T18:44:28Z
+ 12467d7f-9058-4028-b6f8-0448e81b7fef
+ 2024-10-15T18:51:39Z
99772807
TBDMeasure
Thermal Bridging and Derating - TBD
@@ -523,7 +523,7 @@
psi.rb
rb
resource
- D305D750
+ 25CD6251
tbd.rb
diff --git a/lib/measures/tbd/resources/psi.rb b/lib/measures/tbd/resources/psi.rb
index 0985ce7..93e025f 100644
--- a/lib/measures/tbd/resources/psi.rb
+++ b/lib/measures/tbd/resources/psi.rb
@@ -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
diff --git a/lib/tbd/psi.rb b/lib/tbd/psi.rb
index 0985ce7..93e025f 100644
--- a/lib/tbd/psi.rb
+++ b/lib/tbd/psi.rb
@@ -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