You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Testing TBD
2
2
3
-
_Thermal Bridging & Derating_ (or [TBD](https://github.com/rd2/tbd)) is an [OpenStudio Measure](https://nrel.github.io/OpenStudio-user-documentation/reference/measure_writing_guide/) that first autodetects _major_ thermal bridges (like balconies, parapets and corners) in an OpenStudio model (.osm), and then _derates_ outside-facing, opaque surface constructions (walls, roofs and exposed floors). It interacts with the [OpenStudio SDK](https://openstudio-sdk-documentation.s3.amazonaws.com/index.html) and relies on _AutomaticMagic_'s [Topolys](https://github.com/automaticmagic/topolys) gem, as well as _rd2_'s [OSut](https://rubygems.org/gems/osut/versions/0.2.7) gem.
3
+
_Thermal Bridging & Derating_ (or [TBD](https://github.com/rd2/tbd)) is an [OpenStudio Measure](https://nrel.github.io/OpenStudio-user-documentation/reference/measure_writing_guide/) that first autodetects _major_ thermal bridges (like balconies, parapets and corners) in an OpenStudio model (.osm), and then _derates_ outside-facing, opaque surface constructions (walls, roofs and exposed floors). It interacts with the [OpenStudio SDK](https://openstudio-sdk-documentation.s3.amazonaws.com/index.html) and relies on _AutomaticMagic_'s [Topolys](https://github.com/automaticmagic/topolys) gem, as well as _rd2_'s [OSut](https://rubygems.org/gems/osut) gem.
4
4
5
5
This repository houses the numerous automated TBD tests developed over time, in an effort to _lighten_ TBD as a Ruby gem. TBD and its dependencies are pulled-in automatically, before launching both TBD gem and OpenStudio measure RSpec tests.
0 commit comments