1 parent a39b417 commit 133d3d9Copy full SHA for 133d3d9
1 file changed
tests/fixtures/legacy_integral_full/05_iter/01_abacus_local/test_iterate.py
@@ -66,13 +66,13 @@ def _run_mock_train():
66
67
@pytest.fixture(autouse=True)
68
def _prepare_runtime_tree(monkeypatch):
69
- # _remove_generated()
+ _remove_generated()
70
if not ABACUS_AVAILABLE:
71
from deepks.workflows.iterate import scf_step, train_step
72
monkeypatch.setattr(scf_step, "make_scf_abacus", _fake_make_scf_abacus)
73
monkeypatch.setattr(train_step, "make_train", _fake_make_train)
74
yield
75
76
77
78
def run_iter():
0 commit comments