diff --git a/cara/models.py b/cara/models.py index 805993ac..35ce83f1 100644 --- a/cara/models.py +++ b/cara/models.py @@ -38,7 +38,7 @@ Geneva_hourly_temperatures_celsius_per_hour = { @dataclass(frozen=True) class Room: # The total volume of the room - volume: int + volume: float @dataclass(frozen=True)