Skip to content

Commit 60393ff

Browse files
committed
fix formatting
1 parent dd0859c commit 60393ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

label_maker/package.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def package_directory(dest_folder, classes, imagery, ml_type, seed=False, split_
103103

104104
# Get number of data samples per split from the float proportions
105105
split_n_samps = np.rint([len(x_vals) * val for val in split_vals])
106-
#print(split_n_samps)
107106

108107
if np.any(split_n_samps == 0):
109108
raise ValueError('split must not generate zero samples per partition, change ratio of values in config file.')

0 commit comments

Comments
 (0)