You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same applies to methods calcInnerTemperatureChange, calcThermalEnergyChange and calcThermalEnergyGain. One could add explanatory commentary if and where needed.
The text was updated successfully, but these errors were encountered:
I'm not sure if these kinds of one-operation commands need to be placed in their own function:
simona/src/main/scala/edu/ie3/simona/model/thermal/ThermalHouse.scala
Lines 225 to 229 in 5122684
Especially because this is not understandable at once glance:
simona/src/main/scala/edu/ie3/simona/model/thermal/ThermalHouse.scala
Lines 210 to 213 in 5122684
But this could be, in my opinion:
Same applies to methods
calcInnerTemperatureChange
,calcThermalEnergyChange
andcalcThermalEnergyGain
. One could add explanatory commentary if and where needed.The text was updated successfully, but these errors were encountered: