Skip to content

Commit

Permalink
Update src/pytom_tm/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marten <[email protected]>
  • Loading branch information
sroet and McHaillet authored Feb 28, 2024
1 parent 4418d20 commit 2b54ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytom_tm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
try:
import cupy
except (ModuleNotFoundError, ImportError):
logging.warning('Error for template matching: cupy installation not found or not functional.')
logging.warning('Error for template matching: cupy installation not found or not functional.')

0 comments on commit 2b54ddf

Please sign in to comment.