Skip to content

Commit 1c55458

Browse files
committed
chore: more logging
1 parent 7b33698 commit 1c55458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

map2loop/mapdata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,7 @@ def parse_fault_map(self) -> tuple:
999999

10001000
# update minimum fault length either with the value from the config or calculate it
10011001
if self.minimum_fault_length < 0:
1002+
logger.info("Calculating minimum fault length")
10021003
self.minimum_fault_length = calculate_minimum_fault_length(
10031004
bbox=self.bounding_box, area_percentage=0.05
10041005
)

0 commit comments

Comments
 (0)