homogenization will be removed soon, stop reporting it
This commit is contained in:
parent
ba4625c2a4
commit
56eb57d253
|
@ -46,7 +46,6 @@ class Geom:
|
||||||
f'grid a b c: {util.srepr(self.get_grid ()," x ")}',
|
f'grid a b c: {util.srepr(self.get_grid ()," x ")}',
|
||||||
f'size x y z: {util.srepr(self.get_size ()," x ")}',
|
f'size x y z: {util.srepr(self.get_size ()," x ")}',
|
||||||
f'origin x y z: {util.srepr(self.get_origin()," ")}',
|
f'origin x y z: {util.srepr(self.get_origin()," ")}',
|
||||||
f'homogenization: {self.get_homogenization()}',
|
|
||||||
f'# microstructures: {self.N_microstructure}',
|
f'# microstructures: {self.N_microstructure}',
|
||||||
f'max microstructure: {np.nanmax(self.microstructure)}',
|
f'max microstructure: {np.nanmax(self.microstructure)}',
|
||||||
])
|
])
|
||||||
|
@ -100,8 +99,6 @@ class Geom:
|
||||||
message[-1] = util.delete(message[-1])
|
message[-1] = util.delete(message[-1])
|
||||||
message.append(util.emph(f'origin x y z: {util.srepr(self.get_origin()," ")}'))
|
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}')
|
message.append(f'# microstructures: {unique_old}')
|
||||||
if unique_old != self.N_microstructure:
|
if unique_old != self.N_microstructure:
|
||||||
message[-1] = util.delete(message[-1])
|
message[-1] = util.delete(message[-1])
|
||||||
|
|
Loading…
Reference in New Issue