Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2022
1 parent 3c23f68 commit c4db3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_fleur/workflows/scf.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def get_res(self):
self.report('No LDA+U distance found but only one iteration performed\n'
'Assuming that the calculatin should be continued')
self.last_nmmp_distance = self.ctx.wf_dict.get('nmmp_converged') + 1

if self.ctx.hubbard1_occ_distance:
self.ctx.last_hubbard1_occ_distance = self.ctx.hubbard1_occ_distance[-1]
self.ctx.last_hubbard1_elem_distance = self.ctx.hubbard1_elem_distance[-1]
Expand Down

0 comments on commit c4db3f2

Please sign in to comment.