Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 9, 2024
1 parent 5310e94 commit 8c0ed04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cellfinder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
# Check backend is configured
if not os.getenv("KERAS_BACKEND"):
os.environ["KERAS_BACKEND"] = "torch" # "tensorflow"
warnings.warn(
"Keras backend not configured, automatically set to torch"
)
warnings.warn("Keras backend not configured, automatically set to torch")

# Check backend is installed
if os.getenv("KERAS_BACKEND") in ["tensorflow", "jax", "torch"]:
Expand Down

0 comments on commit 8c0ed04

Please sign in to comment.