gwnrtools / nr-catalog-tools

A unified interface to various catalogs of Numerical Relativity simulations of compact binary mergers.
https://github.com/gwnrtools/nr-catalog-tools
GNU General Public License v3.0
1 stars 5 forks source link

Remove print statements, use logger instead #21

Open adivijaykumar opened 1 year ago

adivijaykumar commented 1 year ago

logger allows good control over what is displayed, and will also eliminate the need to use print_verbosity.

vaishakp commented 1 year ago

I have been using a simple function message that has logging and print verbosity levels in waveformtools. I have also used this in tests. Please check if this is useful.