Skip to content

Commit 8fcf89c

Browse files
committed
fix: add logger to surface
1 parent 0940c55 commit 8fcf89c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LoopStructural/api/_surface.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from typing import Optional, Union
22
import numpy as np
3+
from LoopStructural.utils import getLogger
34

5+
logger = getLogger(__name__)
46
try:
57
from skimage.measure import marching_cubes
68
except ImportError:

0 commit comments

Comments
 (0)