We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fd7d9 commit efa627cCopy full SHA for efa627c
tests/test_i2v/test_pretrained.py
@@ -14,9 +14,9 @@ def test_pretrained_i2v(tmp_path):
14
d = tmp_path / "model"
15
d.mkdir()
16
17
- get_pretrained_i2v("test", tmp_path)
+ get_pretrained_i2v("test", d)
18
19
with pytest.raises(KeyError):
20
get_pretrained_i2v("error")
21
22
0 commit comments