SSCHAcode / python-sscha

The python implementation of the Stochastic Self-Consistent Harmonic Approximation (SSCHA).
GNU General Public License v3.0
55 stars 21 forks source link

AiiDAEnsemble: missing the new `self.init()` after the calculation of the ensemble #334

Closed bastonero closed 3 months ago

bastonero commented 3 months ago

The update to v1.4.1 missed to update the compute_ensemble in AiiDAEnsemble with the new self.init() function at the end.