From 4f4bba119ceddf800f4620352daf394c31538ddb Mon Sep 17 00:00:00 2001 From: Gareth S Cabourn Davies Date: Mon, 14 Aug 2023 11:26:19 +0100 Subject: [PATCH] Update pycbc/workflow/injection.py --- pycbc/workflow/injection.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pycbc/workflow/injection.py b/pycbc/workflow/injection.py index d100770278e..6c91cc180ef 100644 --- a/pycbc/workflow/injection.py +++ b/pycbc/workflow/injection.py @@ -147,8 +147,9 @@ def cut_distant_injections(workflow, inj_file, out_dir, tags=None): return node.output_files[0] def inj_to_hdf(workflow, inj_file, out_dir, tags=None): - """ Convert injection file to hdf format, if it is already one, - this just makes a copy + """ Convert injection file to hdf format. + + If the file is already PyCBC HDF format, this will just make a copy. """ if tags is None: tags = []