ACEsuit / mace

MACE - Fast and accurate machine learning interatomic potentials with higher order equivariant message passing.
Other
554 stars 205 forks source link

Use proper logging instead of print statements #650

Open Andrew-S-Rosen opened 1 month ago

Andrew-S-Rosen commented 1 month ago

All throughout mace, e.g. mace.calculators.foundation_models print statements are used. This can be quite burdensome. This feature request is to replace all print statements with proper logging, so it can be modified by the user.