We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef07373 commit 68abea7Copy full SHA for 68abea7
LoopStructural/modelling/features/builders/_fault_builder.py
@@ -226,7 +226,7 @@ def create_data_from_geometry(
226
self.maximum = self.model.bounding_box.maximum
227
return
228
major_axis = np.max(distance)
229
- logger.warning(f"Fault major axis using map length: {major_axis}")
+ logger.info(f"Fault major axis using map length: {major_axis}")
230
231
if minor_axis is None:
232
logger.info(f"Fault minor axis not set, using half major axis: {major_axis/2}")
0 commit comments