Skip to content

Commit 1d0d0b2

Browse files
committed
merge
1 parent 6e05ec7 commit 1d0d0b2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

loopstructural/main/m2l_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def extract_basal_contacts(
9494

9595
def sort_stratigraphic_column(
9696
geology,
97-
contacts,
9897
sorting_algorithm="Observation projections",
9998
unit_name_field="UNITNAME",
10099
min_age_field=None,
@@ -108,6 +107,7 @@ def sort_stratigraphic_column(
108107
orientation_type="Dip Direction",
109108
dtm=None,
110109
updater=None,
110+
contacts=None,
111111
):
112112
"""Sort stratigraphic units using map2loop sorters.
113113

loopstructural/processing/algorithms/extract_basal_contacts.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# Python imports
1313
from typing import Any, Optional
1414

15-
from map2loop.contact_extractor import ContactExtractor
16-
1715
# QGIS imports
1816
from qgis import processing
1917
from qgis.core import (

0 commit comments

Comments
 (0)