Skip to content

Commit

Permalink
rm obsolete docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Jul 25, 2024
1 parent 0a3d51e commit da44350
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ding0/grid/lv_grid/clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@

def get_cluster_numbers(la_peak_loads, simp_graph):
"""
caculate the number of clusters for load areal based on peak load / avg
peak loads < 200 kW are accumulated
add additional_trafo_capacity to ensure a trafos is loaded to 80% max.
trafo_loading = 500 / 630
calculate the number of clusters for load areal based on peak load / avg
"""
cum_peak_load = la_peak_loads.loc[la_peak_loads.capacity < get_config_osm('mv_lv_threshold_capacity')].capacity.sum()

Expand Down

0 comments on commit da44350

Please sign in to comment.