Skip to content

Commit

Permalink
revert docstring change
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed May 16, 2024
1 parent d4703a1 commit d122b71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pymatgen/io/cif.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ def __init__(
) -> None:
"""
Args:
filename (PathLike): CIF filename, gzipped or bzipped CIF files are fine too.
occupancy_tolerance (float): If total occupancy of a site is in
[1, occupancy_tolerance] range, it will be scaled down to 1.
filename (PathLike): CIF file, gzipped or bzipped CIF files are fine too.
occupancy_tolerance (float): If total occupancy of a site is between
1 and occupancy_tolerance, it will be scaled down to 1.
site_tolerance (float): This tolerance is used to determine if two sites are at the same position,
in which case they will be combined to a single disordered site. Defaults to 1e-4.
frac_tolerance (float): This tolerance is used to determine is a coordinate should be rounded to an ideal
Expand Down

0 comments on commit d122b71

Please sign in to comment.