Skip to content

Commit bd471b0

Browse files
committed
fixed default n_perms
1 parent 805afc3 commit bd471b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CLQ/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"description": "The number of permutations to use for statistical testing",
1616
"type": "int",
1717
"required": true,
18-
"default": 1000
18+
"default": 10
1919
}
2020
},
2121
"script_path": "CLQ",

clq_anndata/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"description": "The number of permutations to use for statistical testing",
1616
"type": "int",
1717
"required": true,
18-
"default": 100
18+
"default": 10
1919
}
2020
},
2121
"script_path": "clq_anndata",

0 commit comments

Comments
 (0)