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
Fixed two PEP8 warnings about breaking line before binary operator by simply
putting the binary operator on the line before.
Fixed one PEP8 warning about line being too long (extending 79 symbols limit).
Removed `best_inertia = np.infty` line, because `best_inertia` is initialized
again few lines after and never used in between.
0 commit comments