Skip to content
Snippets Groups Projects
Commit 72da7045 authored by Alessia Saccardo's avatar Alessia Saccardo
Browse files

Refactor tests for processing and adapt it to new library structure, plus fix...

Refactor tests for processing and adapt it to new library structure, plus fix unit tests for processing
parent 1307431c
No related branches found
No related tags found
2 merge requests!145Refactor tests for processing and adapt it to new library structure, plus fix...,!140Fix unit tests
This commit is part of merge request !145. Comments created here will be created in the context of that merge request.
......@@ -2,7 +2,7 @@
import numpy as np
from typing import Optional
from qim3d.utils._logger import log
from qim3d.utils import log
import qim3d
......
......@@ -3,7 +3,7 @@
from typing import Tuple
import logging
import numpy as np
from qim3d.utils._logger import log
from qim3d.utils import log
def structure_tensor(
......@@ -108,7 +108,7 @@ def structure_tensor(
val, vec = st.eig_special_3d(s_vol, full=full)
if visualize:
from qim3d.viz._structure_tensor import vectors
from qim3d.viz import vectors
display(vectors(vol, vec, **viz_kwargs))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment