Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Nov 10, 2023
1 parent 71d17ba commit 6ce3f22
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions notebooks/31_ring.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@
" return c\n",
"\n",
"\n",
"m = reticle(cache=False)\n",
"m = reticle()\n",
"gf.remove_from_cache(m)\n",
"m.show()\n",
"m.plot()"
]
Expand Down Expand Up @@ -304,7 +305,8 @@
" return c\n",
"\n",
"\n",
"m = reticle(cache=False)\n",
"m = reticle()\n",
"gf.remove_from_cache(m)\n",
"m.show()\n",
"m.plot()"
]
Expand Down Expand Up @@ -393,7 +395,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 6ce3f22

Please sign in to comment.