Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relecture #2

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions profiling/python_profiling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
"cell_type": "code",
"execution_count": 20,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je ne comprends pas ce commit

"execution_count": 25,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -106,7 +106,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 26,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -115,7 +115,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 27,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -165,16 +165,16 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 28,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"68.86624976500025"
"68.54979309700138"
]
},
"execution_count": 23,
"execution_count": 28,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -192,15 +192,15 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 29,
"metadata": {},
"outputs": [
{
"ename": "SyntaxError",
"evalue": "invalid syntax (<ipython-input-24-688ca614799b>, line 4)",
"evalue": "invalid syntax (<ipython-input-29-688ca614799b>, line 4)",
"output_type": "error",
"traceback": [
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-24-688ca614799b>\"\u001b[0;36m, line \u001b[0;32m4\u001b[0m\n\u001b[0;31m print( f\"Durée moyenne en secondes: {total_time/repeat:08.06f}\")\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n"
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-29-688ca614799b>\"\u001b[0;36m, line \u001b[0;32m4\u001b[0m\n\u001b[0;31m print( f\"Durée moyenne en secondes: {total_time/repeat:08.06f}\")\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n"
]
}
],
Expand Down