Skip to content

Commit 68abea7

Browse files
committed
fix: change fault axis to info not warning
1 parent ef07373 commit 68abea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/modelling/features/builders/_fault_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def create_data_from_geometry(
226226
self.maximum = self.model.bounding_box.maximum
227227
return
228228
major_axis = np.max(distance)
229-
logger.warning(f"Fault major axis using map length: {major_axis}")
229+
logger.info(f"Fault major axis using map length: {major_axis}")
230230

231231
if minor_axis is None:
232232
logger.info(f"Fault minor axis not set, using half major axis: {major_axis/2}")

0 commit comments

Comments
 (0)