seems more appropriate
This commit is contained in:
parent
376e45d7bf
commit
594fcb2b72
|
@ -242,7 +242,7 @@ class Geom:
|
|||
|
||||
def get_grid(self):
|
||||
"""Return the grid discretization."""
|
||||
return np.array(self.microstructure.shape)
|
||||
return np.as:array(self.microstructure.shape)
|
||||
|
||||
|
||||
def get_homogenization(self):
|
||||
|
|
Loading…
Reference in New Issue