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 6c017c4 commit e2b1aea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pymatgen/symmetry/kpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,8 @@ class KPathSeek(KPathBase):
It should be used with primitive structures that
comply with the definition given in the paper.
The symmetry is determined by spglib using the
SpacegroupAnalyzer class. k-points are generated using the
get_kpoints() method for the reciprocal cell basis defined in the paper.
SpacegroupAnalyzer class. k-points are generated using the
get_kpoints() method for the reciprocal cell basis defined in the paper.
"""

@requires(
Expand Down Expand Up @@ -1075,7 +1075,7 @@ class KPathLatimerMunro(KPathBase):
provide the magnetic primitive cell (i.e. that which reproduces
the entire crystal, including the correct magnetic ordering,
upon application of lattice translations). There is no algorithm to
check for this, so if the input structure is
check for this, so if the input structure is
incorrect, the class will output the incorrect k-path without
any warning being issued.
"""
Expand Down

0 comments on commit e2b1aea

Please sign in to comment.