From 8970b045b83f1e28f2b788ebd7e4d41467806a4a Mon Sep 17 00:00:00 2001
From: Kipp Cannon <kipp.cannon@ligo.org>
Date: Fri, 28 Apr 2017 03:23:31 -0500
Subject: [PATCH] gstlal_inspiral_plot_sensitivity:  straggler pylal reference

---
 gstlal-inspiral/bin/gstlal_inspiral_plot_sensitivity | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gstlal-inspiral/bin/gstlal_inspiral_plot_sensitivity b/gstlal-inspiral/bin/gstlal_inspiral_plot_sensitivity
index 525b1ac528..94638b05ef 100755
--- a/gstlal-inspiral/bin/gstlal_inspiral_plot_sensitivity
+++ b/gstlal-inspiral/bin/gstlal_inspiral_plot_sensitivity
@@ -309,7 +309,7 @@ def parse_command_line():
 The program gstlal_inspiral_plot_sensitivity computes the sensitive volume of a CBC search from input databases containing triggers from simulation experiments. These triggers need to be ranked by false alarm rate, the detection statistic used in S6 searches. Then injections which register a trigger louder than the loudest event, by false alarm rate, are considered found. All others are considered missed. The efficiency of detecting an event depends on the source parameters, such as its component masses, distance, spin, inclination, sky position, etc. However, lalapps_cbc_svim only considers the dependency of the efficiency on distance and mass, marginalizing over the other parameters. Injections are binned in distance and mass and the estimated efficiency is integrated over distance to convert the efficiency into a physical volume.
 '''
 
-    parser = OptionParser(version = git_version.verbose_msg, usage = description)
+    parser = OptionParser(version = __version__, usage = description)
 
     # FAR range and resolution
     parser.add_option("--xaxis-points", default = 50, type = "int", help = "Specify the number of FARs/SNRs for which to compute the search volume.")
-- 
GitLab