From 2b54ddf47b0680f1ac0df8202cca92fa32c06b52 Mon Sep 17 00:00:00 2001 From: Sander Roet Date: Wed, 28 Feb 2024 14:00:13 +0100 Subject: [PATCH] Update src/pytom_tm/__init__.py Co-authored-by: Marten <58044494+McHaillet@users.noreply.github.com> --- src/pytom_tm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pytom_tm/__init__.py b/src/pytom_tm/__init__.py index 7eaae928..056880e0 100644 --- a/src/pytom_tm/__init__.py +++ b/src/pytom_tm/__init__.py @@ -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.')