Skip to content

Commit 22efd89

Browse files
Dom LaetschDom Laetsch
authored andcommitted
...
1 parent cca80f8 commit 22efd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BtPlot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def plotScatterCov(self, cov_lib, cov_dict, info_flag, x_label, y_label, scale,
404404
print len(group_cov_y_array)
405405
group_cov_x_array = array(self.stats[group]['covs'][cov_lib])
406406
print len(group_cov_x_array)
407-
print len([l for l in self.stats[group]['length'] if l >= 100 else pass])
407+
print len([l for l in self.stats[group]['length'] if l >= 100])
408408
# calculate values for legend
409409
if len(group_length_array) > 0:
410410
group_span_in_mb = round(self.stats[group]['span_visible']/1000000, 2)

0 commit comments

Comments
 (0)