Skip to content

Commit 899f699

Browse files
fix: replace logging reference with logger
1 parent 6a29f5d commit 899f699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

map2loop/thickness_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def compute(
394394
_thickness = numpy.asarray(_thickness, dtype=numpy.float64)
395395

396396
if all(numpy.isnan(_thickness)):
397-
logging.logger.warning(
397+
logger.warning(
398398
f"Cannot calculate thickness of {stratigraphic_order[i + 1]}. Near dip data not found. Assign NaN to thickness."
399399
)
400400
idx = thicknesses.index[

0 commit comments

Comments
 (0)