Skip to content

Commit 5eb32c7

Browse files
committed
Set mock test to false
1 parent 8709ed8 commit 5eb32c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

machine_learning/k_means_plus_plus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def kmeans(
244244

245245

246246
# Mock test below
247-
if True: # change to true to run this test case.
247+
if False: # change to true to run this test case.
248248
from sklearn import datasets as ds
249249

250250
dataset = ds.load_iris()

0 commit comments

Comments
 (0)