pymatgen icon indicating copy to clipboard operation
pymatgen copied to clipboard

Enable Ruff rule family "N" and "S"

Open DanielYang59 opened this issue 1 year ago • 0 comments

Summary

Follow up #3871:

NumPy recommends using a dedicated Generator instance rather than the random variate generation methods exposed directly on the random module, as the new Generator is both faster and has better statistical properties.

DanielYang59 avatar Jun 23 '24 02:06 DanielYang59