We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb180e8 commit d68d837Copy full SHA for d68d837
asv_bench/benchmarks/cohorts.py
@@ -21,7 +21,6 @@ def containment(self):
21
asfloat = self.bitmask().astype(float)
22
chunks_per_label = asfloat.sum(axis=0)
23
containment = (asfloat.T @ asfloat) / chunks_per_label
24
- print(containment.nnz / np.prod(containment.shape))
25
return containment.todense()
26
27
def chunks_cohorts(self):
0 commit comments