Skip to content

Commit dfe43ab

Browse files
authored
fixed scale_factor
1 parent aa38512 commit dfe43ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/0_data_creation_5k_nucleus.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
base_dir=XENIUM_DATA_DIR,
6565
n_workers=4,
6666
sample_type="xenium",
67-
weights=gene_celltype_abundance_embedding
67+
weights=gene_celltype_abundance_embedding,
68+
scale_factor=.1
6869
)
6970

7071

0 commit comments

Comments
 (0)