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 7788431 commit 4e09b3dCopy full SHA for 4e09b3d
tests/simplify/test_run_model_devi.py
@@ -17,6 +17,9 @@ class TestOneH5(unittest.TestCase):
17
def setUp(self):
18
work_path = Path("iter.000000") / "01.model_devi"
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()
23
with tempfile.TemporaryDirectory() as tmpdir:
24
with open(Path(tmpdir) / "test.xyz", "w") as f:
25
f.write(
0 commit comments