From 95f528aeefbe1084a77260d234484367198d83e0 Mon Sep 17 00:00:00 2001 From: Havard Lovas Date: Fri, 6 Sep 2024 11:00:47 +0200 Subject: [PATCH] minor --- gref4hsi/utils/parsing_utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gref4hsi/utils/parsing_utils.py b/gref4hsi/utils/parsing_utils.py index 2b61858..8848fde 100644 --- a/gref4hsi/utils/parsing_utils.py +++ b/gref4hsi/utils/parsing_utils.py @@ -558,9 +558,7 @@ def export_model(config_file): # 1) Agisoft, *.ply file/DEM and None model_export_type = config['General']['model_export_type'] - if model_export_type == 'agisoft': - agisoft_export_model(config_file=config_file) - elif model_export_type == 'ply_file': + if model_export_type == 'ply_file': # Nothing needs to be done then? pass elif model_export_type == 'dem_file':