We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f5e86 commit e77d58cCopy full SHA for e77d58c
LoopStructural/modelling/core/geological_model.py
@@ -1759,6 +1759,9 @@ def stratigraphic_ids(self):
1759
list of unique stratigraphic ids, featurename, unit name and min and max scalar values
1760
"""
1761
ids = []
1762
+ if self.stratigraphic_column is None:
1763
+ logger.warning('No stratigraphic column defined')
1764
+ return ids
1765
for group in self.stratigraphic_column.keys():
1766
if group == "faults":
1767
continue
0 commit comments