homogenization will be removed soon, stop reporting it

This commit is contained in:
Martin Diehl 2020-08-08 18:24:17 +02:00
parent ba4625c2a4
commit 56eb57d253
1 changed files with 0 additions and 3 deletions

View File

@ -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])