Skip to content

Commit d22f754

Browse files
authored
Update test_run_model_devi.py
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent 4e09b3d commit d22f754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/simplify/test_run_model_devi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def setUp(self):
1919
work_path.mkdir(parents=True, exist_ok=True)
2020
# fake models
2121
for ii in range(4):
22-
(work_path / f"graph.{ii:03d}.pb").torch()
22+
(work_path / f"graph.{ii:03d}.pb").touch()
2323
with tempfile.TemporaryDirectory() as tmpdir:
2424
with open(Path(tmpdir) / "test.xyz", "w") as f:
2525
f.write(

0 commit comments

Comments
 (0)