Skip to content

Commit 81f26e8

Browse files
committed
change some old references to TF for the import check
1 parent 422436a commit 81f26e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test_include_guard.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Test Tensorflow include guards
2-
# These tests check that the include guards checking for tensorflow's availability
1+
name: Test Keras include guards
2+
# These tests check that the include guards checking for Keras availability
33
# behave as expected on ubuntu and macOS.
44

55
on:
@@ -9,7 +9,7 @@ on:
99
- main
1010

1111
jobs:
12-
tensorflow_guards:
12+
keras_guards:
1313
name: Test include guards
1414
strategy:
1515
matrix:

cellfinder/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
except PackageNotFoundError as e:
1313
raise PackageNotFoundError(
1414
f"cellfinder tools cannot be invoked without Keras. "
15-
f"Please install tensorflow into your environment to use cellfinder tools. "
15+
f"Please install Keras into your environment to use cellfinder tools. "
1616
f"For more information, please see "
1717
f"https://github.com/brainglobe/brainglobe-meta#readme."
1818
) from e

0 commit comments

Comments
 (0)