Skip to content

Commit

Permalink
fix example in tree_mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Mar 14, 2023
1 parent 9ac25e2 commit e9b24ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discretize/_extensions/tree_ext.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -869,8 +869,8 @@ cdef class _TreeMesh:
>>> import discretize
>>> import matplotlib.pyplot as plt
>>> import matplotlib.patches as patches
>>> tree_mesh = discretize.TreeMesh([32, 32, 32])
>>> tree_mesh.max_level
>>> mesh = discretize.TreeMesh([32, 32, 32])
>>> mesh.max_level
5
Next we define the bottom points of the prism, its heights, and the level we
Expand Down

0 comments on commit e9b24ad

Please sign in to comment.