Skip to content

Commit

Permalink
white space
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Mar 10, 2023
1 parent 89fc2d6 commit f398db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion pymatgen/analysis/interfaces/zsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def __call__(self, film_vectors, substrate_vectors, lowest=False) -> Iterator[ZS
Runs the ZSL algorithm to generate all possible matching
:return:
"""

film_area = vec_area(*film_vectors)
substrate_area = vec_area(*substrate_vectors)

Expand Down
3 changes: 2 additions & 1 deletion pymatgen/symmetry/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
@lru_cache(maxsize=32)
def _get_symmetry_dataset(cell, symprec, angle_tolerance):
"""Simple wrapper to cache results of spglib.get_symmetry_dataset since this call is
expensive."""
expensive.
"""
return spglib.get_symmetry_dataset(cell, symprec=symprec, angle_tolerance=angle_tolerance)


Expand Down

0 comments on commit f398db9

Please sign in to comment.