We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abe6f3d + 59d6e93 commit 9e18775Copy full SHA for 9e18775
tests/test_utils.py
@@ -1624,7 +1624,9 @@ def test_fetch_pretrained_weights(tmp_path: Path) -> None:
1624
file_path.unlink()
1625
1626
print("tmp_path: ", tmp_path)
1627
- mosi = fetch_pretrained_weights(model_name="mobilenet_v3_small-pcam", save_path=tmp_path)
+ mosi = fetch_pretrained_weights(
1628
+ model_name="mobilenet_v3_small-pcam", save_path=tmp_path
1629
+ )
1630
print("returned path: ", mosi)
1631
print("desired path: ", file_path)
1632
print(file_path.exists())
0 commit comments