polishing
This commit is contained in:
parent
ba69f5a631
commit
9dc726ff53
|
@ -205,6 +205,9 @@ class Geom():
|
|||
else:
|
||||
self.homogenization = homogenization
|
||||
|
||||
@property
|
||||
def grid(self):
|
||||
return self.get_grid()
|
||||
|
||||
def get_microstructure(self):
|
||||
"""Return the microstructure representation."""
|
||||
|
|
|
@ -97,7 +97,6 @@ class Table():
|
|||
|
||||
@property
|
||||
def labels(self):
|
||||
"""Return the labels of all columns."""
|
||||
return list(self.shapes.keys())
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue