You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using float as dict keys can be prone to precision issues (especially when float is not rounded), a few functions operate on such dict[float, Any] (could be more not annotated):
Using
float
asdict
keys can be prone to precision issues (especially whenfloat
is not rounded), a few functions operate on suchdict[float, Any]
(could be more not annotated):core.bonds.obtain_all_bond_lengths
pymatgen/src/pymatgen/core/bonds.py
Lines 122 to 137 in bd9fba9
core.lattice.Lattie
pymatgen/src/pymatgen/core/lattice.py
Lines 545 to 557 in bd9fba9
diffraction patterns
pymatgen/src/pymatgen/analysis/diffraction/neutron.py
Line 135 in bd9fba9
pymatgen/src/pymatgen/analysis/diffraction/xrd.py
Line 199 in bd9fba9
The text was updated successfully, but these errors were encountered: