autoatml / autoplex

Code for automated fitting of machine learned interatomic potentials.
https://autoatml.github.io/autoplex/
GNU General Public License v3.0
47 stars 7 forks source link

formal use of `logging` #87

Open jla-gardner opened 3 months ago

jla-gardner commented 3 months ago

In several places, we "log" using the following: print("[log] ...") - let's use the logging package for doing this! This also gives us the option to to specify debug, info, warning and error logs 😄

YuanbinLiu commented 3 months ago

Great suggestions! Logging has been used now.😁

jla-gardner commented 3 months ago

Partially implemented in #84 - more work required to extend this to all of autoplex.