Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Nov 27, 2024
1 parent 57a00a3 commit 9216b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"metadata": {},
"outputs": [],
"source": [
"detector = tof.Detector(distance=30.0 * meter)\n",
"detector = tof.Detector(distance=30.0 * meter, name='detector')\n",
"\n",
"# Build the instrument model\n",
"model = tof.Model(source=source, detectors=[detector])\n",
Expand Down

0 comments on commit 9216b98

Please sign in to comment.