From 1712559059f7f8b7e64d7f525eca0c1e6203c166 Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:47:36 +0000 Subject: [PATCH] remove comment --- cellfinder/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cellfinder/__init__.py b/cellfinder/__init__.py index 7070ac40..f351cee7 100644 --- a/cellfinder/__init__.py +++ b/cellfinder/__init__.py @@ -8,7 +8,7 @@ # If Keras is not present with a backend, tools cannot be used. # Throw an error in this case to prevent invocation of functions. try: - KERAS_VERSION = version("keras") # replace by keras? + KERAS_VERSION = version("keras") except PackageNotFoundError as e: raise PackageNotFoundError( f"cellfinder tools cannot be invoked without Keras. "