Skip to content

Commit

Permalink
Cleaned the main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dcleres committed Sep 24, 2024
1 parent 8b6ac65 commit b3f6b2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stratigraphy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ def start_pipeline(

layer_predictions_list = []
depths_materials_column_pairs_list = []
page_dimensions = []
for page_index, page in enumerate(doc):
page_number = page_index + 1
logger.info("Processing page %s", page_number)
Expand All @@ -255,7 +254,6 @@ def start_pipeline(

layer_predictions_list.extend(layer_predictions)
depths_materials_column_pairs_list.extend(depths_materials_column_pairs)
page_dimensions.append({"height": page.rect.height, "width": page.rect.width})

if draw_lines: # could be changed to if draw_lines and mflow_tracking:
if not mlflow_tracking:
Expand Down

0 comments on commit b3f6b2f

Please sign in to comment.