From 06e466dba55a33d3c5adad2597ee6942c9b8845a Mon Sep 17 00:00:00 2001 From: GarethCabournDavies Date: Thu, 12 Dec 2024 08:38:29 -0800 Subject: [PATCH] minor edits --- bin/pycbc_compress_bank | 7 ------- bin/workflows/pycbc_make_bank_compression_workflow | 1 - 2 files changed, 8 deletions(-) diff --git a/bin/pycbc_compress_bank b/bin/pycbc_compress_bank index 0eda9d61164..193b18521a1 100755 --- a/bin/pycbc_compress_bank +++ b/bin/pycbc_compress_bank @@ -14,13 +14,6 @@ # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# ============================================================================= -# -# Preamble -# -# ============================================================================= -# __description__ = \ """"Loads a bank of waveforms and compresses them using the specified compression algorithm. The resulting compressed waveforms are saved to an diff --git a/bin/workflows/pycbc_make_bank_compression_workflow b/bin/workflows/pycbc_make_bank_compression_workflow index cc309e716ef..a99b8f5bb17 100644 --- a/bin/workflows/pycbc_make_bank_compression_workflow +++ b/bin/workflows/pycbc_make_bank_compression_workflow @@ -1,5 +1,4 @@ #!/usr/bin/python -# Copyright (C) 2024 Gareth Cabourn Davies """ Create a workflow for adding compressed waveforms to a template bank """