Skip to content

Commit

Permalink
pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Nov 27, 2024
1 parent 69ac42b commit 3f19fa8
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,11 +448,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
5 changes: 0 additions & 5 deletions 00-Introducing-HOOMD-blue/04-Randomizing-the-System.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -498,11 +498,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
5 changes: 0 additions & 5 deletions 00-Introducing-HOOMD-blue/05-Compressing-the-System.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -486,11 +486,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
5 changes: 0 additions & 5 deletions 00-Introducing-HOOMD-blue/06-Equilibrating-the-System.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -399,11 +399,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
11 changes: 5 additions & 6 deletions 00-Introducing-HOOMD-blue/07-Analyzing-Trajectories.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"cell_type": "code",
"execution_count": 2,
"metadata": {
"jupyter": {
"source_hidden": true
},
"nbsphinx": "hidden",
"tags": []
},
Expand All @@ -62,6 +65,7 @@
"# documentation (https://fresnel.readthedocs.io/) if you would like to learn more.\n",
"\n",
"import io\n",
"import os\n",
"import warnings\n",
"\n",
"import fresnel\n",
Expand Down Expand Up @@ -136,7 +140,7 @@
" scene.background_color = (1, 1, 1)\n",
" samples = 2000\n",
" if \"CI\" in os.environ:\n",
" samples = 100 \n",
" samples = 100\n",
" return tracer.sample(scene, samples=samples)\n",
"\n",
"\n",
Expand Down Expand Up @@ -1558,11 +1562,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
5 changes: 0 additions & 5 deletions 01-Introducing-Molecular-Dynamics/00-index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -871,11 +871,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,11 +661,6 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"# This is not intended as a full tutorial on fresnel - see the fresnel user\n",
"# documentation (https://fresnel.readthedocs.io/) if you would like to learn more.\n",
"\n",
"import warnings\n",
"import os\n",
"import warnings\n",
"\n",
"import fresnel\n",
"import IPython\n",
Expand Down Expand Up @@ -2274,11 +2274,6 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
5 changes: 0 additions & 5 deletions 02-Logging/00-index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
5 changes: 0 additions & 5 deletions 02-Logging/01-Logging-to-a-file.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1580,11 +1580,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
5 changes: 0 additions & 5 deletions 02-Logging/02-Saving-Array-Quantities.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2207,11 +2207,6 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
5 changes: 0 additions & 5 deletions 02-Logging/03-Storing-Particle-Shape.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
5 changes: 0 additions & 5 deletions 02-Logging/04-Writing-Formatted-Output.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -402,11 +402,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1796,11 +1796,6 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"# This is not intended as a full tutorial on fresnel - see the fresnel user\n",
"# documentation (https://fresnel.readthedocs.io/) if you would like to learn more.\n",
"\n",
"import warnings\n",
"import os\n",
"import warnings\n",
"\n",
"import fresnel\n",
"import IPython\n",
Expand Down Expand Up @@ -659,11 +659,6 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
8 changes: 1 addition & 7 deletions 06-Modelling-Rigid-Bodies/03-Preparing-a-General-Body.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"cell_type": "markdown",
"id": "0",
"metadata": {
"collapsed": true,
"jupyter": {
"outputs_hidden": true
},
Expand Down Expand Up @@ -62,8 +61,8 @@
},
"outputs": [],
"source": [
"import warnings\n",
"import os\n",
"import warnings\n",
"\n",
"import fresnel\n",
"import IPython\n",
Expand Down Expand Up @@ -465,11 +464,6 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -679,11 +679,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
" samples = 2000\n",
" if \"CI\" in os.environ:\n",
" samples = 100\n",
" return IPython.display.Image(tracer.sample(scene, samples=samples)._repr_png_()) "
" return IPython.display.Image(tracer.sample(scene, samples=samples)._repr_png_())"
]
},
{
Expand Down Expand Up @@ -395,11 +395,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,6 @@
"jupytext": {
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down

0 comments on commit 3f19fa8

Please sign in to comment.