Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Sep 11, 2024
1 parent 43e6755 commit d903cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflowparsers/atomate/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def parse_phonon(self, data):
)
sec_segment.kpoints = qpoints[endpoints[0] : endpoints[1] + 1]
sec_segment.endpoints_labels = [
labels[hisym_qpts.index(qpoints[i])] for i in endpoints
labels[hisym_qpts.index(qpoint)] for i in endpoints
]
endpoints = []

Expand Down

0 comments on commit d903cf5

Please sign in to comment.