Skip to content
Snippets Groups Projects
Commit 9171f5a9 authored by s214735's avatar s214735
Browse files

fix error when running code in non jupyter notebook

parent cc446618
Branches
No related tags found
1 merge request!144Docstrings
......@@ -4,7 +4,7 @@ import numpy as np
from typing import Optional
from qim3d.utils._logger import log
import qim3d
from IPython.display import display
def local_thickness(
image: np.ndarray,
......
......@@ -4,7 +4,7 @@ from typing import Tuple
import logging
import numpy as np
from qim3d.utils._logger import log
from IPython.display import display
def structure_tensor(
vol: np.ndarray,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment