typo
This commit is contained in:
parent
9d7158b51a
commit
b1b8d02320
|
@ -242,7 +242,7 @@ class Geom:
|
||||||
|
|
||||||
def get_grid(self):
|
def get_grid(self):
|
||||||
"""Return the grid discretization."""
|
"""Return the grid discretization."""
|
||||||
return np.as:array(self.microstructure.shape)
|
return np.asarray(self.microstructure.shape)
|
||||||
|
|
||||||
|
|
||||||
def get_homogenization(self):
|
def get_homogenization(self):
|
||||||
|
|
Loading…
Reference in New Issue