We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf075b8 + b28385e commit fe819c4Copy full SHA for fe819c4
scripts/find_outliers.py
@@ -25,7 +25,7 @@ def print_outliers(data_directory):
25
outlier_strs = []
26
for out_ind in outliers:
27
outlier_strs.append(str(out_ind))
28
- print(', '.join([fname] + outlier_strs))
+ print(', '.join([str(fname)] + outlier_strs))
29
30
31
def get_parser():
0 commit comments