Skip to content

Commit

Permalink
quell warnings (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeplf authored May 27, 2024
1 parent fadfe0e commit 96bf829
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion atlas_direction_vectors/thalamus.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from atlas_commons.typing import BoolArray, NDArray
from atlas_commons.utils import get_region_mask, query_region_mask
from scipy.ndimage import correlate # type: ignore
from scipy.ndimage.morphology import generate_binary_structure # type: ignore
from scipy.ndimage import generate_binary_structure # type: ignore
from voxcell import RegionMap, VoxelData

from atlas_direction_vectors.algorithms.layer_based_direction_vectors import (
Expand Down
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
]
filterwarnings = [
"ignore::DeprecationWarning:nptyping",
]

0 comments on commit 96bf829

Please sign in to comment.