Skip to content

Commit c3a4d9b

Browse files
committed
ccc pvalue: update notebook documentation
1 parent 83124e9 commit c3a4d9b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

nbs/25_pvalue/01-ccc_pvalue_dist-plot.ipynb

+9-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"tags": []
3232
},
3333
"source": [
34-
"Tests whether the distribution of pvalues generated by CCC is the expected one (uniform)."
34+
"Generates plots of the CCC pvalues from the null distribution."
3535
]
3636
},
3737
{
@@ -518,7 +518,14 @@
518518
],
519519
"metadata": {
520520
"jupytext": {
521-
"cell_metadata_filter": "all,-execution,-papermill,-trusted"
521+
"cell_metadata_filter": "all,-execution,-papermill,-trusted",
522+
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version",
523+
"text_representation": {
524+
"extension": ".py",
525+
"format_name": "percent",
526+
"format_version": "1.3",
527+
"jupytext_version": "1.11.5"
528+
}
522529
},
523530
"kernelspec": {
524531
"display_name": "Python 3 (ipykernel)",

nbs/25_pvalue/py/01-ccc_pvalue_dist-plot.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# jupyter:
33
# jupytext:
44
# cell_metadata_filter: all,-execution,-papermill,-trusted
5+
# notebook_metadata_filter: -jupytext.text_representation.jupytext_version
56
# text_representation:
67
# extension: .py
78
# format_name: percent
89
# format_version: '1.3'
9-
# jupytext_version: 1.11.5
1010
# kernelspec:
1111
# display_name: Python 3 (ipykernel)
1212
# language: python
@@ -17,7 +17,7 @@
1717
# # Description
1818

1919
# %% [markdown] tags=[]
20-
# Tests whether the distribution of pvalues generated by CCC is the expected one (uniform).
20+
# Generates plots of the CCC pvalues from the null distribution.
2121

2222
# %% [markdown] tags=[]
2323
# # Modules loading

0 commit comments

Comments
 (0)