Skip to content

Commit 06d4ebc

Browse files
committed
merge with processing_tools_sampler_test
2 parents 70fbefc + 5cab785 commit 06d4ebc

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .extract_basal_contacts import BasalContactsAlgorithm
22
from .sorter import StratigraphySorterAlgorithm
33
from .thickness_calculator import ThicknessCalculatorAlgorithm
4-
from .sampler import SamplerAlgorithm
4+
from .sampler import SamplerAlgorithm

m2l/processing/algorithms/sorter.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -282,16 +282,11 @@ def build_input_frames(layer: QgsVectorLayer, feedback, parameters) -> pd.DataFr
282282
-------
283283
units_df
284284
"""
285-
import pandas as pd
286-
<<<<<<< HEAD
287285

288286
unit_name_field = parameters.get('UNIT_NAME_FIELD', 'UNITNAME') if parameters else 'UNITNAME'
289287
min_age_field = parameters.get('MIN_AGE_FIELD', 'MIN_AGE') if parameters else 'MIN_AGE'
290288
max_age_field = parameters.get('MAX_AGE_FIELD', 'MAX_AGE') if parameters else 'MAX_AGE'
291289
group_field = parameters.get('GROUP_FIELD', 'GROUP') if parameters else 'GROUP'
292-
=======
293-
from map2loop.map2loop.mapdata import MapData # adjust import path if needed
294-
>>>>>>> origin/processing/processing_tools_sampler
295290

296291
# Example: convert the geology layer to a very small units_df
297292
units_records = []

0 commit comments

Comments
 (0)