We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fe675 commit 7a3be6eCopy full SHA for 7a3be6e
pymatgen/analysis/defects/core.py
@@ -711,7 +711,7 @@ def defect_structure(self) -> Structure:
711
inter_states = self.site.specie.common_oxidation_states
712
if len(inter_states) == 0:
713
_logger.warning(
714
- "No oxidation states found for %s. "
+ "No oxidation states found for %s "
715
"in ICSD using `oxidation_states` without frequency ranking.",
716
self.site.specie.symbol,
717
)
0 commit comments