From d122b7152eed80ba2ed934901c49d0a041cc5afe Mon Sep 17 00:00:00 2001 From: Haoyu Yang Date: Thu, 16 May 2024 14:10:26 +0800 Subject: [PATCH] revert docstring change --- pymatgen/io/cif.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pymatgen/io/cif.py b/pymatgen/io/cif.py index 6d4f8d324fe..03ad0e17d35 100644 --- a/pymatgen/io/cif.py +++ b/pymatgen/io/cif.py @@ -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