Skip to content

Commit

Permalink
ccc pvalue: decrease the number of permutations
Browse files Browse the repository at this point in the history
  • Loading branch information
miltondp committed Sep 6, 2023
1 parent 6995e0f commit 08298b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbs/25_pvalue/00-ccc_pvalue_dist-generate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"outputs": [],
"source": [
"DATA_N_OBJS, DATA_N_FEATURES = 100, 1000\n",
"PVALUE_N_PERMS = 10000"
"PVALUE_N_PERMS = 1000"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion nbs/25_pvalue/py/00-ccc_pvalue_dist-generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# %%
DATA_N_OBJS, DATA_N_FEATURES = 100, 1000
PVALUE_N_PERMS = 10000
PVALUE_N_PERMS = 1000

# %% [markdown]
# # Paths
Expand Down

0 comments on commit 08298b7

Please sign in to comment.