Skip to content

Commit

Permalink
Update compute_sse docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusHolly committed Oct 17, 2024
1 parent b8149b5 commit 043ac34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idaes/apps/grid_integration/multiperiod/price_taker_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@

def _compute_sse(data, centroids, idx):
"""
PRIVATE METHOD
PRIVATE FUNCTION
Method used to compute the inertia (sum of square errors) for k clusters.
Function used to compute the inertia (sum of square errors) for k clusters.
Args:
data: Columnar data for a given LMP signal
Expand Down

0 comments on commit 043ac34

Please sign in to comment.