This commit is contained in:
Martin Diehl 2020-05-25 16:41:23 +02:00
parent 9d7158b51a
commit b1b8d02320
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ class Geom:
def get_grid(self):
"""Return the grid discretization."""
return np.as:array(self.microstructure.shape)
return np.asarray(self.microstructure.shape)
def get_homogenization(self):