Skip to content

Commit

Permalink
Remove irrelevant warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRosier committed Nov 7, 2024
1 parent 0d811cc commit 7ecb018
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions brainles_preprocessing/registration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import warnings

try:
from .ANTs.ANTs import ANTsRegistrator
except ImportError:
warnings.warn(
"ANTS package not found. If you want to use it, please install it using 'pip install brainles_preprocessing[ants]'"
)

try:
from .eReg.eReg import eRegRegistrator
except ImportError:
Expand Down

0 comments on commit 7ecb018

Please sign in to comment.