Skip to content

Commit

Permalink
clean nbs
Browse files Browse the repository at this point in the history
  • Loading branch information
deven367 committed May 27, 2023
1 parent b08fda2 commit 053ee06
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 11 deletions.
2 changes: 2 additions & 0 deletions clean_plot/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
'clean_plot/plot/utils.py'),
'clean_plot.plot.utils.Plot.get_normalized': ( 'plot.utils.html#plot.get_normalized',
'clean_plot/plot/utils.py'),
'clean_plot.plot.utils.Plot.get_raw_ssms': ( 'plot.utils.html#plot.get_raw_ssms',
'clean_plot/plot/utils.py'),
'clean_plot.plot.utils.Plot.get_sectional_ssms': ( 'plot.utils.html#plot.get_sectional_ssms',
'clean_plot/plot/utils.py'),
'clean_plot.plot.utils.Plot.get_standardized': ( 'plot.utils.html#plot.get_standardized',
Expand Down
2 changes: 1 addition & 1 deletion clean_plot/plot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,4 @@ def get_raw_ssms(self: Plot):

self.raw_ssms[method] = sim
del em, sim,
return self.raw_ssms
return self.raw_ssms
25 changes: 22 additions & 3 deletions nbs/00_utils.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "99c03cfe",
"metadata": {},
Expand All @@ -32,6 +33,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "326490e4",
"metadata": {},
Expand Down Expand Up @@ -325,6 +327,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "36dcbf58",
"metadata": {},
Expand All @@ -345,6 +348,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "a1571a87",
"metadata": {},
Expand Down Expand Up @@ -584,6 +588,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "259ffb3b",
"metadata": {},
Expand Down Expand Up @@ -651,6 +656,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "e9db9f58",
"metadata": {},
Expand Down Expand Up @@ -691,6 +697,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "d11a1a40",
"metadata": {},
Expand Down Expand Up @@ -806,6 +813,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "49b58049",
"metadata": {},
Expand Down Expand Up @@ -847,6 +855,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "ca81e938",
"metadata": {},
Expand Down Expand Up @@ -878,6 +887,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "2c5ce9bf",
"metadata": {},
Expand All @@ -886,6 +896,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "c7110f93",
"metadata": {},
Expand All @@ -901,6 +912,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "458cbc5a",
"metadata": {},
Expand Down Expand Up @@ -938,6 +950,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "b6d1fa71",
"metadata": {},
Expand Down Expand Up @@ -1115,6 +1128,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "50aea3b2",
"metadata": {},
Expand All @@ -1123,6 +1137,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "2cdd7cf1",
"metadata": {},
Expand All @@ -1147,6 +1162,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "3e6c7cc0",
"metadata": {},
Expand Down Expand Up @@ -1191,6 +1207,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "d1499dfe",
"metadata": {},
Expand Down Expand Up @@ -1227,6 +1244,7 @@
],
"source": [
"#|hide\n",
"#| eval: false\n",
"%cd ../files/"
]
},
Expand All @@ -1246,6 +1264,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "24801585",
"metadata": {},
Expand All @@ -1271,7 +1290,7 @@
}
],
"source": [
"Path('dummy.txt').text"
"Path('../files/dummy.txt').text"
]
},
{
Expand Down Expand Up @@ -1311,13 +1330,13 @@
}
],
"source": [
"Path('dummy.txt').sentences"
"Path('../files/dummy.txt').sentences"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
2 changes: 1 addition & 1 deletion nbs/01_pickle.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
2 changes: 1 addition & 1 deletion nbs/02_lexical.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
2 changes: 1 addition & 1 deletion nbs/03_heatmaps_novels.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
2 changes: 1 addition & 1 deletion nbs/04_plot.utils.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
2 changes: 1 addition & 1 deletion nbs/07_errors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
2 changes: 1 addition & 1 deletion nbs/_not_finished.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
2 changes: 1 addition & 1 deletion nbs/tutorials/08_setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down

0 comments on commit 053ee06

Please sign in to comment.