Closed TfedUD closed 2 years ago
it appears that sub-grade walls; the BC's are not translated over; and implemented in a way that creates sub-grade walls. This should be an easy fix, somthing like:
if str(bc) in list(['Outdoors', 'Ground']):
https://github.com/ladybug-tools/dragonfly-doe2/blob/019056b23cf6171c064c0da3fe5366f7cabd61ba/dragonfly_doe2/doe/floor_space.py#L298
it appears that sub-grade walls; the BC's are not translated over; and implemented in a way that creates sub-grade walls. This should be an easy fix, somthing like:
https://github.com/ladybug-tools/dragonfly-doe2/blob/019056b23cf6171c064c0da3fe5366f7cabd61ba/dragonfly_doe2/doe/floor_space.py#L298