Skip to content

Commit 89fd592

Browse files
committed
AiiDAEnsemble: add missing self.init()
Fixes #334 The version update v1.4.1 missed to add the new `init` function to the `compute_ensemble` method of the auxiliary class `AiiDAEnsemble`. The simple fix makes the calculation using this class comparable to the traditional `Ensemble` class.
1 parent 46c2440 commit 89fd592

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/aiida_ensemble.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def compute_ensemble(
100100
self.stress_computed = copy(self.force_computed)
101101

102102
self._clean_runs()
103+
self.init()
103104

104105
def _clean_runs(self) -> None:
105106
"""Clean the failed runs and print summary."""

0 commit comments

Comments
 (0)