Skip to content

Commit

Permalink
Merge branch 'dev' into df/#878-thermalGridIT
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeismann committed Nov 25, 2024
2 parents e059f31 + 3b5a72f commit 6ec32b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,6 @@ object ThermalGrid {
* @return
* boolean which is true, if there is no thermalStorage, or it's empty.
*/

def isThermalStorageEmpty: Boolean = {
implicit val tolerance: Energy = KilowattHours(1e-3)
storageState.isEmpty || storageState
Expand Down

0 comments on commit 6ec32b8

Please sign in to comment.