Skip to content

Commit cce9b89

Browse files
Merge pull request #366 from MannLabs/fix_config_list
Switched from tuple to list in config example
2 parents a2e95a1 + 96650d5 commit cce9b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/workflow/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ methods chosen in a specific scPortrait Project run.
2727
threads: 80 # threads used in multithreading
2828
image_size: 128 # image size in pixel
2929
normalize_output: True
30-
normalization_range: (0.01, 0.99)
30+
normalization_range: [0.01, 0.99]
3131
cache: "."
3232
CellFeaturizer:
3333
batch_size: 900

0 commit comments

Comments
 (0)