seems more appropriate

This commit is contained in:
Martin Diehl 2020-05-24 15:10:53 +02:00
parent 376e45d7bf
commit 594fcb2b72
1 changed files with 1 additions and 1 deletions

View File

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