Skip to content

Commit c4db3f2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3c23f68 commit c4db3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiida_fleur/workflows/scf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def get_res(self):
727727
self.report('No LDA+U distance found but only one iteration performed\n'
728728
'Assuming that the calculatin should be continued')
729729
self.last_nmmp_distance = self.ctx.wf_dict.get('nmmp_converged') + 1
730-
730+
731731
if self.ctx.hubbard1_occ_distance:
732732
self.ctx.last_hubbard1_occ_distance = self.ctx.hubbard1_occ_distance[-1]
733733
self.ctx.last_hubbard1_elem_distance = self.ctx.hubbard1_elem_distance[-1]

0 commit comments

Comments
 (0)