Skip to content

Commit

Permalink
ccc profiling: simple file renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
miltondp committed Sep 7, 2023
1 parent 1e04d45 commit b80ed91
Show file tree
Hide file tree
Showing 21 changed files with 116 additions and 86 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tags": []
},
"source": [
"Clustermatch run using a larger number of genes."
"CCC run using a larger number of genes."
]
},
{
Expand Down Expand Up @@ -136,7 +136,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"/opt/code\r\n"
"/opt/code\n"
]
}
],
Expand Down Expand Up @@ -169,12 +169,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"/opt/code/libs/ccc/coef/__pycache__\r\n",
"/opt/code/libs/ccc/pytorch/__pycache__\r\n",
"/opt/code/libs/ccc/scipy/__pycache__\r\n",
"/opt/code/libs/ccc/utils/__pycache__\r\n",
"/opt/code/libs/ccc/__pycache__\r\n",
"/opt/code/libs/ccc/sklearn/__pycache__\r\n"
"/opt/code/libs/ccc/coef/__pycache__\n",
"/opt/code/libs/ccc/pytorch/__pycache__\n",
"/opt/code/libs/ccc/scipy/__pycache__\n",
"/opt/code/libs/ccc/utils/__pycache__\n",
"/opt/code/libs/ccc/__pycache__\n",
"/opt/code/libs/ccc/sklearn/__pycache__\n"
]
}
],
Expand Down Expand Up @@ -207,12 +207,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"find: ‘/opt/code/libs/ccc/coef/__pycache__’: No such file or directory\r\n",
"find: ‘/opt/code/libs/ccc/pytorch/__pycache__’: No such file or directory\r\n",
"find: ‘/opt/code/libs/ccc/scipy/__pycache__’: No such file or directory\r\n",
"find: ‘/opt/code/libs/ccc/utils/__pycache__’: No such file or directory\r\n",
"find: ‘/opt/code/libs/ccc/__pycache__’: No such file or directory\r\n",
"find: ‘/opt/code/libs/ccc/sklearn/__pycache__’: No such file or directory\r\n"
"find: ‘/opt/code/libs/ccc/coef/__pycache__’: No such file or directory\n",
"find: ‘/opt/code/libs/ccc/pytorch/__pycache__’: No such file or directory\n",
"find: ‘/opt/code/libs/ccc/scipy/__pycache__’: No such file or directory\n",
"find: ‘/opt/code/libs/ccc/utils/__pycache__’: No such file or directory\n",
"find: ‘/opt/code/libs/ccc/__pycache__’: No such file or directory\n",
"find: ‘/opt/code/libs/ccc/sklearn/__pycache__’: No such file or directory\n"
]
}
],
Expand Down Expand Up @@ -563,7 +563,7 @@
}
],
"source": [
"%%prun -s cumulative -l 50 -T 06-cm_many_genes.txt\n",
"%%prun -s cumulative -l 50 -T 06_00-default-cm_many_genes.txt\n",
"func()"
]
},
Expand All @@ -588,7 +588,12 @@
"metadata": {
"jupytext": {
"cell_metadata_filter": "all,-execution,-papermill,-trusted",
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version"
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version",
"text_representation": {
"extension": ".py",
"format_name": "percent",
"format_version": "1.3"
}
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"/opt/code\r\n"
"/opt/code\n"
]
}
],
Expand Down Expand Up @@ -219,12 +219,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"/opt/code/libs/ccc/coef/__pycache__\r\n",
"/opt/code/libs/ccc/pytorch/__pycache__\r\n",
"/opt/code/libs/ccc/scipy/__pycache__\r\n",
"/opt/code/libs/ccc/utils/__pycache__\r\n",
"/opt/code/libs/ccc/__pycache__\r\n",
"/opt/code/libs/ccc/sklearn/__pycache__\r\n"
"/opt/code/libs/ccc/coef/__pycache__\n",
"/opt/code/libs/ccc/pytorch/__pycache__\n",
"/opt/code/libs/ccc/scipy/__pycache__\n",
"/opt/code/libs/ccc/utils/__pycache__\n",
"/opt/code/libs/ccc/__pycache__\n",
"/opt/code/libs/ccc/sklearn/__pycache__\n"
]
}
],
Expand Down Expand Up @@ -600,7 +600,7 @@
}
],
"source": [
"%%prun -s cumulative -l 50 -T 08-cm_many_genes.txt\n",
"%%prun -s cumulative -l 50 -T 06_01-disable_numba-cm_many_genes.txt\n",
"func()"
]
},
Expand Down Expand Up @@ -642,7 +642,12 @@
"metadata": {
"jupytext": {
"cell_metadata_filter": "all,-execution,-papermill,-trusted",
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version"
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version",
"text_representation": {
"extension": ".py",
"format_name": "percent",
"format_version": "1.3"
}
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tags": []
},
"source": [
"Clustermatch run using a larger number of genes."
"CCC run using a larger number of genes with `use_ari_numba=True`."
]
},
{
Expand Down Expand Up @@ -136,7 +136,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"/opt/code\r\n"
"/opt/code\n"
]
}
],
Expand Down Expand Up @@ -169,12 +169,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"/opt/code/libs/ccc/coef/__pycache__\r\n",
"/opt/code/libs/ccc/pytorch/__pycache__\r\n",
"/opt/code/libs/ccc/scipy/__pycache__\r\n",
"/opt/code/libs/ccc/utils/__pycache__\r\n",
"/opt/code/libs/ccc/__pycache__\r\n",
"/opt/code/libs/ccc/sklearn/__pycache__\r\n"
"/opt/code/libs/ccc/coef/__pycache__\n",
"/opt/code/libs/ccc/pytorch/__pycache__\n",
"/opt/code/libs/ccc/scipy/__pycache__\n",
"/opt/code/libs/ccc/utils/__pycache__\n",
"/opt/code/libs/ccc/__pycache__\n",
"/opt/code/libs/ccc/sklearn/__pycache__\n"
]
}
],
Expand Down Expand Up @@ -207,12 +207,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"find: ‘/opt/code/libs/ccc/coef/__pycache__’: No such file or directory\r\n",
"find: ‘/opt/code/libs/ccc/pytorch/__pycache__’: No such file or directory\r\n",
"find: ‘/opt/code/libs/ccc/scipy/__pycache__’: No such file or directory\r\n",
"find: ‘/opt/code/libs/ccc/utils/__pycache__’: No such file or directory\r\n",
"find: ‘/opt/code/libs/ccc/__pycache__’: No such file or directory\r\n",
"find: ‘/opt/code/libs/ccc/sklearn/__pycache__’: No such file or directory\r\n"
"find: ‘/opt/code/libs/ccc/coef/__pycache__’: No such file or directory\n",
"find: ‘/opt/code/libs/ccc/pytorch/__pycache__’: No such file or directory\n",
"find: ‘/opt/code/libs/ccc/scipy/__pycache__’: No such file or directory\n",
"find: ‘/opt/code/libs/ccc/utils/__pycache__’: No such file or directory\n",
"find: ‘/opt/code/libs/ccc/__pycache__’: No such file or directory\n",
"find: ‘/opt/code/libs/ccc/sklearn/__pycache__’: No such file or directory\n"
]
}
],
Expand Down Expand Up @@ -563,7 +563,7 @@
}
],
"source": [
"%%prun -s cumulative -l 50 -T 10-cm_many_genes.txt\n",
"%%prun -s cumulative -l 50 -T 06_02-use_ari_numba-cm_many_genes.txt\n",
"func()"
]
},
Expand All @@ -588,7 +588,12 @@
"metadata": {
"jupytext": {
"cell_metadata_filter": "all,-execution,-papermill,-trusted",
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version"
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version",
"text_representation": {
"extension": ".py",
"format_name": "percent",
"format_version": "1.3"
}
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tags": []
},
"source": [
"Clustermatch run using a larger number of samples."
"CCC run using a larger number of samples."
]
},
{
Expand Down Expand Up @@ -136,7 +136,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"/opt/code\r\n"
"/opt/code\n"
]
}
],
Expand Down Expand Up @@ -169,12 +169,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"/opt/code/libs/ccc/coef/__pycache__\r\n",
"/opt/code/libs/ccc/pytorch/__pycache__\r\n",
"/opt/code/libs/ccc/scipy/__pycache__\r\n",
"/opt/code/libs/ccc/utils/__pycache__\r\n",
"/opt/code/libs/ccc/__pycache__\r\n",
"/opt/code/libs/ccc/sklearn/__pycache__\r\n"
"/opt/code/libs/ccc/coef/__pycache__\n",
"/opt/code/libs/ccc/pytorch/__pycache__\n",
"/opt/code/libs/ccc/scipy/__pycache__\n",
"/opt/code/libs/ccc/utils/__pycache__\n",
"/opt/code/libs/ccc/__pycache__\n",
"/opt/code/libs/ccc/sklearn/__pycache__\n"
]
}
],
Expand Down Expand Up @@ -550,7 +550,7 @@
}
],
"source": [
"%%prun -s cumulative -l 50 -T 07-cm_many_samples-default_internal_n_clusters.txt\n",
"%%prun -s cumulative -l 50 -T 07_00-default-cm_many_samples-default_internal_n_clusters.txt\n",
"func()"
]
},
Expand Down Expand Up @@ -663,7 +663,7 @@
}
],
"source": [
"%%prun -s cumulative -l 50 -T 07-cm_many_samples-less_internal_n_clusters.txt\n",
"%%prun -s cumulative -l 50 -T 07_00-default-cm_many_samples-less_internal_n_clusters.txt\n",
"func()"
]
},
Expand All @@ -688,7 +688,12 @@
"metadata": {
"jupytext": {
"cell_metadata_filter": "all,-execution,-papermill,-trusted",
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version"
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version",
"text_representation": {
"extension": ".py",
"format_name": "percent",
"format_version": "1.3"
}
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"/opt/code\r\n"
"/opt/code\n"
]
}
],
Expand Down Expand Up @@ -219,12 +219,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"/opt/code/libs/ccc/coef/__pycache__\r\n",
"/opt/code/libs/ccc/pytorch/__pycache__\r\n",
"/opt/code/libs/ccc/scipy/__pycache__\r\n",
"/opt/code/libs/ccc/utils/__pycache__\r\n",
"/opt/code/libs/ccc/__pycache__\r\n",
"/opt/code/libs/ccc/sklearn/__pycache__\r\n"
"/opt/code/libs/ccc/coef/__pycache__\n",
"/opt/code/libs/ccc/pytorch/__pycache__\n",
"/opt/code/libs/ccc/scipy/__pycache__\n",
"/opt/code/libs/ccc/utils/__pycache__\n",
"/opt/code/libs/ccc/__pycache__\n",
"/opt/code/libs/ccc/sklearn/__pycache__\n"
]
}
],
Expand Down Expand Up @@ -600,7 +600,7 @@
}
],
"source": [
"%%prun -s cumulative -l 50 -T 09-cm_many_samples-default_internal_n_clusters.txt\n",
"%%prun -s cumulative -l 50 -T 07_01-disable_numba-cm_many_samples-default_internal_n_clusters.txt\n",
"func()"
]
},
Expand Down Expand Up @@ -730,7 +730,7 @@
}
],
"source": [
"%%prun -s cumulative -l 50 -T 09-cm_many_samples-less_internal_n_clusters.txt\n",
"%%prun -s cumulative -l 50 -T 07_01-disable_numba-cm_many_samples-less_internal_n_clusters.txt\n",
"func()"
]
},
Expand Down Expand Up @@ -772,7 +772,12 @@
"metadata": {
"jupytext": {
"cell_metadata_filter": "all,-execution,-papermill,-trusted",
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version"
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version",
"text_representation": {
"extension": ".py",
"format_name": "percent",
"format_version": "1.3"
}
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
Expand Down
Loading

0 comments on commit b80ed91

Please sign in to comment.