Skip to content

Commit 0d05a18

Browse files
Stupid missing 'self' fixed
1 parent 01bce44 commit 0d05a18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/Ensemble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4195,7 +4195,7 @@ def get_energy_forces(self, ase_calculator, compute_stress = True, stress_numeri
41954195
timer.execute_timed_function(self.init)
41964196
else:
41974197
self.init()
4198-
def w_to_a(w, T):
4198+
def w_to_a(self,w, T):
41994199
n = len(w)
42004200
a = np.zeros(n)
42014201
if T == 0.0:

0 commit comments

Comments
 (0)