Skip to content

Commit 7912abe

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 367295d commit 7912abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/engines/test_nucleus_detection_engine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_nucleus_detector_wsi(remote_sample: Callable, tmp_path: pathlib.Path) -
2929

3030
pretrained_model = "mapde-conic"
3131

32-
save_dir = tmp_path
32+
save_dir = tmp_path
3333

3434
nucleus_detector = NucleusDetector(model=pretrained_model)
3535
_ = nucleus_detector.run(
@@ -45,4 +45,4 @@ def test_nucleus_detector_wsi(remote_sample: Callable, tmp_path: pathlib.Path) -
4545

4646
check_output(save_dir / "wsi4_512_512.db")
4747

48-
_rm_dir(save_dir)
48+
_rm_dir(save_dir)

0 commit comments

Comments
 (0)