Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 0 additions & 6 deletions notebooks/simulator/lens_x2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@
"cell_type": "code",
"metadata": {},
"source": [
"\n",
"# from pyprojroot import here\n",
"# workspace_path = str(here())\n",
"# %cd $workspace_path\n",
"# print(f\"Working Directory has been set to `{workspace_path}`\")\n",
"\n",
"from pathlib import Path\n",
"import autolens as al\n",
"import autolens.plot as aplt"
Expand Down
5 changes: 0 additions & 5 deletions scripts/simulator/lens_x2.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
If any code in this script is unclear, refer to the `simulators/start_here.ipynb` notebook.
"""

# from pyprojroot import here
# workspace_path = str(here())
# %cd $workspace_path
# print(f"Working Directory has been set to `{workspace_path}`")

from pathlib import Path
import autolens as al
import autolens.plot as aplt
Expand Down
Loading