Skip to content
Snippets Groups Projects
Commit 22a08bf6 authored by fima's avatar fima :beers:
Browse files

Hotfix: log was not being imported

parent ecf399ef
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
from typing import Tuple
import logging
import numpy as np
from qim3d.utils.logger import log
def structure_tensor(
......
......@@ -4,6 +4,8 @@ import matplotlib.pyplot as plt
from matplotlib.gridspec import GridSpec
import ipywidgets as widgets
import logging
from qim3d.utils.logger import log
previous_logging_level = logging.getLogger().getEffectiveLevel()
logging.getLogger().setLevel(logging.CRITICAL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment