feat: Adds cooling interpolation tests.
This commit is contained in:
@@ -3,11 +3,11 @@ public enum SizingLimits {
|
||||
public struct Request: Codable, Equatable, Sendable {
|
||||
|
||||
public let systemType: SystemType
|
||||
public let houseLoad: HouseLoad?
|
||||
public let coolingLoad: Capacity.Cooling?
|
||||
|
||||
public init(systemType: SystemType, houseLoad: HouseLoad? = nil) {
|
||||
public init(systemType: SystemType, coolingLoad: Capacity.Cooling? = nil) {
|
||||
self.systemType = systemType
|
||||
self.houseLoad = houseLoad
|
||||
self.coolingLoad = coolingLoad
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user