We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b33698 commit 1c55458Copy full SHA for 1c55458
map2loop/mapdata.py
@@ -999,6 +999,7 @@ def parse_fault_map(self) -> tuple:
999
1000
# update minimum fault length either with the value from the config or calculate it
1001
if self.minimum_fault_length < 0:
1002
+ logger.info("Calculating minimum fault length")
1003
self.minimum_fault_length = calculate_minimum_fault_length(
1004
bbox=self.bounding_box, area_percentage=0.05
1005
)
0 commit comments