Skip to content

Commit

Permalink
Remove undefined object
Browse files Browse the repository at this point in the history
  • Loading branch information
havardlovas committed Sep 6, 2024
1 parent 135143b commit 5973f55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gref4hsi/utils/uhi_parsing_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,8 @@ def uhi_beast(config, config_uhi):
# Use the total point cloud to make a DEM


if config_uhi.agisoft_process:
agisoft_object.load_photos_and_reference()
"""if config_uhi.agisoft_process:
agisoft_object.load_photos_and_reference()"""



Expand Down Expand Up @@ -986,8 +986,8 @@ def uhi_dbe(config, config_uhi):
# Use the total point cloud to make a DEM


if config_uhi.agisoft_process:
agisoft_object.load_photos_and_reference()
"""if config_uhi.agisoft_process:
agisoft_object.load_photos_and_reference()"""



Expand Down

0 comments on commit 5973f55

Please sign in to comment.