Skip to content
Snippets Groups Projects
Commit 3f65db87 authored by Sarah Caudill's avatar Sarah Caudill
Browse files

gstlal_inspiral_plot_sensitivity: fixing accounting of searched_instruments

parent e71c420e
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ class upper_limit(object):
if self.searched_instruments is None:
self.searched_instruments = inst[0].replace(",","")
else:
if self.searched_instruments != inst:
if self.searched_instruments != inst[0].replace(",",""):
raise ValueError("Detected different searched instruments between databases")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment