Skip to content

Commit

Permalink
Verifying import errors in whole project. 2 fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRenauld committed Dec 8, 2022
1 parent 730a5a6 commit 8688810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scilpy/tractanalysis/todi_util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
import logging

import numpy as np
from numpy.linalg import norm
from scipy.spatial.ckdtree import cKDTree
Expand Down
2 changes: 1 addition & 1 deletion scripts/scil_evaluate_bundles_individual_measures.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
approximate_surface_node,
compute_fractal_dimension)
from scilpy.tractanalysis.streamlines_metrics import compute_tract_counts_map
from scilpy.tractograms.tractogram_operations import uniformize_bundle_sft
from scilpy.utils.streamlines import uniformize_bundle_sft

EPILOG = """
References:
Expand Down

0 comments on commit 8688810

Please sign in to comment.