ICSM / pgmuvi

Python gaussian processes for inference on multi-wavelength light curves
https://pgmuvi.readthedocs.io
GNU General Public License v3.0
12 stars 6 forks source link

Logging #11

Open pscicluna opened 1 year ago

pscicluna commented 1 year ago

pgmuvi should use logging to record useful output so that users can easily access output later. This could include plain text output or latex for easy publication.

This involves two parts - one is adding logging commands throughout the code, the other is deciding and defining how best to log and what interface to provide to users.