feat: Update room cooling load to accept either total or sensible loads, instead of requiring a total load.
This commit is contained in:
@@ -103,7 +103,8 @@ struct ViewControllerTests {
|
||||
let mockDuctSizes = DuctSizes.mock(
|
||||
equipmentInfo: equipment,
|
||||
rooms: rooms,
|
||||
trunks: trunks
|
||||
trunks: trunks,
|
||||
shr: project.sensibleHeatRatio ?? 0.83
|
||||
)
|
||||
|
||||
try await withDefaultDependencies {
|
||||
|
||||
Reference in New Issue
Block a user