Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab authored and nikosavola committed Nov 10, 2023
1 parent bbee620 commit 0f32fcf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/notebooks/workflow_2_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ def reticle(size=(1000, 1000)):
return c


m = reticle(cache=False)
m = reticle()
gf.remove_from_cache(m)
m.plot()

# %%
Expand Down Expand Up @@ -237,7 +238,8 @@ def reticle(size=(1000, 1000)):
return c


m = reticle(cache=False)
m = reticle()
gf.remove_from_cache(m)
m.plot()

# %%
Expand Down

0 comments on commit 0f32fcf

Please sign in to comment.