Skip to content

Commit e0cff35

Browse files
committed
ci/cd: Fixed black
1 parent fdc8f5b commit e0cff35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mpest/components_number/methods/elbow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def name(self) -> str:
3434
return "Elbow"
3535

3636
def estimate(self, samples: Samples) -> int:
37-
3837
samples = samples.reshape(-1, 1)
3938
k_range = range(1, self.kmax + 2) # possible components: [2, kmax]
4039
wcss = []

0 commit comments

Comments
 (0)