From b1b8d02320f59a50b1057b2780c51afc44c61771 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 25 May 2020 16:41:23 +0200 Subject: [PATCH] typo --- python/damask/_geom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/damask/_geom.py b/python/damask/_geom.py index fe4e9a17f..2609fe537 100644 --- a/python/damask/_geom.py +++ b/python/damask/_geom.py @@ -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):