Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 22, 2025
1 parent a1ddcb6 commit 286d2d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/line_check_different_configurations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@
" components=[\n",
" env.new(\"m1\", \"Multipole\", hxl=np.pi / 4, knl=[np.pi / 4], length=1, at=5),\n",
" env.place(\"mm\", at=7),\n",
" env.new(\"m2\", \"Multipole\", hxl=-np.pi / 4, knl=[-np.pi / 4], length=1, at=10),\n",
" env.new(\n",
" \"m2\", \"Multipole\", hxl=-np.pi / 4, knl=[-np.pi / 4], length=1, at=10\n",
" ),\n",
" env.place(\"mm\", at=12),\n",
" env.new(\"ee\", \"Marker\", at=15),\n",
" ]\n",
Expand Down Expand Up @@ -301,6 +303,7 @@
],
"source": [
"import xplt\n",
"\n",
"xplt.FloorPlot(sv2, line=l2)"
]
},
Expand Down

0 comments on commit 286d2d7

Please sign in to comment.