Skip to content

Commit d68d837

Browse files
committed
Remove errant print statement
1 parent fb180e8 commit d68d837

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

asv_bench/benchmarks/cohorts.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def containment(self):
2121
asfloat = self.bitmask().astype(float)
2222
chunks_per_label = asfloat.sum(axis=0)
2323
containment = (asfloat.T @ asfloat) / chunks_per_label
24-
print(containment.nnz / np.prod(containment.shape))
2524
return containment.todense()
2625

2726
def chunks_cohorts(self):

0 commit comments

Comments
 (0)