From 56eb57d253f6dcfecc78537bdd38822ae6404cce Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 8 Aug 2020 18:24:17 +0200 Subject: [PATCH] homogenization will be removed soon, stop reporting it --- python/damask/_geom.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/damask/_geom.py b/python/damask/_geom.py index 59da5e117..7ee923ad8 100644 --- a/python/damask/_geom.py +++ b/python/damask/_geom.py @@ -46,7 +46,6 @@ class Geom: f'grid a b c: {util.srepr(self.get_grid ()," x ")}', f'size x y z: {util.srepr(self.get_size ()," x ")}', f'origin x y z: {util.srepr(self.get_origin()," ")}', - f'homogenization: {self.get_homogenization()}', f'# microstructures: {self.N_microstructure}', f'max microstructure: {np.nanmax(self.microstructure)}', ]) @@ -100,8 +99,6 @@ class Geom: message[-1] = util.delete(message[-1]) message.append(util.emph(f'origin x y z: {util.srepr(self.get_origin()," ")}')) - message.append(f'homogenization: {self.get_homogenization()}') - message.append(f'# microstructures: {unique_old}') if unique_old != self.N_microstructure: message[-1] = util.delete(message[-1])