From 594fcb2b72f93b467f852e99e92690571da30473 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 24 May 2020 15:10:53 +0200 Subject: [PATCH] seems more appropriate --- 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 892000b7c..7c2fbd82e 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.array(self.microstructure.shape) + return np.as:array(self.microstructure.shape) def get_homogenization(self):