We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07aeb8 commit 9f4691dCopy full SHA for 9f4691d
cellfinder/__init__.py
@@ -8,7 +8,7 @@
8
# If Keras is not present with a backend, tools cannot be used.
9
# Throw an error in this case to prevent invocation of functions.
10
try:
11
- KERAS_VERSION = version("keras") # replace by keras?
+ KERAS_VERSION = version("keras")
12
except PackageNotFoundError as e:
13
raise PackageNotFoundError(
14
f"cellfinder tools cannot be invoked without Keras. "
0 commit comments