feat: Adds Docker tests.

This commit is contained in:
2025-03-13 09:22:14 -04:00
parent c23e4c5f61
commit 491663969e
6 changed files with 41 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ private extension CoolingInterpolation.OneWayOutdoor {
private func interpolate(
outdoorDesignTemperature: Int,
aboveCapacity: KeyPath<CoolingInterpolation.OneWayOutdoor.Capacities.Capacity, Int>,
belowCapacity: KeyPath<CoolingInterpolation.OneWayOutdoor.Capacities.Capacity, Int>,
belowCapacity: KeyPath<CoolingInterpolation.OneWayOutdoor.Capacities.Capacity, Int>
) async -> Int {
return await interpolateOutdoorCapacity(
outdoorDesignTemperature: outdoorDesignTemperature,