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 4e09b3d commit d22f754Copy full SHA for d22f754
tests/simplify/test_run_model_devi.py
@@ -19,7 +19,7 @@ def setUp(self):
19
work_path.mkdir(parents=True, exist_ok=True)
20
# fake models
21
for ii in range(4):
22
- (work_path / f"graph.{ii:03d}.pb").torch()
+ (work_path / f"graph.{ii:03d}.pb").touch()
23
with tempfile.TemporaryDirectory() as tmpdir:
24
with open(Path(tmpdir) / "test.xyz", "w") as f:
25
f.write(
0 commit comments