polishing

This commit is contained in:
Martin Diehl 2019-12-08 09:17:57 +01:00
parent ba69f5a631
commit 9dc726ff53
2 changed files with 3 additions and 1 deletions

View File

@ -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."""

View File

@ -97,7 +97,6 @@ class Table():
@property
def labels(self):
"""Return the labels of all columns."""
return list(self.shapes.keys())