Skip to content

Commit a0740cc

Browse files
committed
increase bras chunk to 1000
1 parent f7be6f2 commit a0740cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/metrics/bras/script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
labels=ct_labels_s1,
5858
batch=batch_labels_s1,
5959
metric="euclidean",
60+
chunk_size=1000,
6061
)
6162

6263
batch_labels_s2 = integrated_s2.obs["batch"].values

0 commit comments

Comments
 (0)