Skip to content

Commit 1f85c50

Browse files
committed
Merge branch 'dev-redefine-patchpredictor' of https://github.com/TissueImageAnalytics/tiatoolbox into dev-redefine-patchpredictor
2 parents e7df499 + 5882be6 commit 1f85c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/engines/test_engine_abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_pretrained_ioconfig() -> NoReturn:
8181
"""Test EngineABC initialization with pretrained model name in the toolbox."""
8282
pretrained_model = "alexnet-kather100k"
8383

84-
#Test engine run without ioconfig
84+
# Test engine run without ioconfig
8585
eng = TestEngineABC(model=pretrained_model)
8686
out = eng.run(
8787
images=np.zeros((10, 224, 224, 3), dtype=np.uint8),

0 commit comments

Comments
 (0)