gwastro / pycbc

Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
http://pycbc.org
GNU General Public License v3.0
313 stars 347 forks source link

Clean up #4703

Open pannarale opened 4 months ago

pannarale commented 4 months ago

Once a "complete" pygrb workflow has gone through, we need to run pylint or an equivalent on all PyGRB executables, pygrb_plotting_utils.py, pygrb_postprocessing_utils.py, and grb_utils.py and respond to what it raises. And lets remember to make sure there are no unwanted pylal and/or glue traces left.

titodalcanton commented 4 months ago

I personally like to automatically clean up Python code using

black --skip-string-normalization --line-length 79

This should go a long way in terms of fixing codeclimate issues.

pannarale commented 4 months ago

I started this process on pycbc_multi_inspiral in PR #4710.

pannarale commented 4 months ago