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
total_vol_f=sum([zone["vol_f"] forzoneinself.connected_zones])# Note that accounting for the vol_f overflow variables here would make it impossible to use those overflows while also using this volume bar
65
65
returnround(total_vol_f/len(self.connected_zones), 3) # Round down to 2 decimals
0 commit comments