Skip to content

Commit 9e18775

Browse files
Merge branch 'enhance-hf-weights' of https://github.com/TissueImageAnalytics/tiatoolbox into enhance-hf-weights
2 parents abe6f3d + 59d6e93 commit 9e18775

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,9 @@ def test_fetch_pretrained_weights(tmp_path: Path) -> None:
16241624
file_path.unlink()
16251625

16261626
print("tmp_path: ", tmp_path)
1627-
mosi = fetch_pretrained_weights(model_name="mobilenet_v3_small-pcam", save_path=tmp_path)
1627+
mosi = fetch_pretrained_weights(
1628+
model_name="mobilenet_v3_small-pcam", save_path=tmp_path
1629+
)
16281630
print("returned path: ", mosi)
16291631
print("desired path: ", file_path)
16301632
print(file_path.exists())

0 commit comments

Comments
 (0)