Skip to content

Commit

Permalink
Update test_run_model_devi.py
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Jul 18, 2024
1 parent 4e09b3d commit d22f754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simplify/test_run_model_devi.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def setUp(self):
work_path.mkdir(parents=True, exist_ok=True)
# fake models
for ii in range(4):
(work_path / f"graph.{ii:03d}.pb").torch()
(work_path / f"graph.{ii:03d}.pb").touch()
with tempfile.TemporaryDirectory() as tmpdir:
with open(Path(tmpdir) / "test.xyz", "w") as f:
f.write(
Expand Down

0 comments on commit d22f754

Please sign in to comment.