Changing Room volume into float (instead of int), in models.py
This commit is contained in:
parent
bc88455d79
commit
b36e07e0b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue