From 19dfdf8a3c610fe630f63dc66f2a7dd197b5159c Mon Sep 17 00:00:00 2001 From: "chad.hanna" <crh184@psu.edu> Date: Thu, 13 Dec 2018 18:05:06 -0800 Subject: [PATCH] return the right things --- gstlal/python/datasource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstlal/python/datasource.py b/gstlal/python/datasource.py index 6b24115600..ef4a990ff3 100644 --- a/gstlal/python/datasource.py +++ b/gstlal/python/datasource.py @@ -941,7 +941,7 @@ def mkbasicsrc(pipeline, gw_data_source_info, instrument, verbose = False): # done # - return src, statevectorelem, dqvectorelem + return src, statevector, dqvector def mkhtgate(pipeline, src, control = None, threshold = 8.0, attack_length = 128, hold_length = 128, **kwargs): -- GitLab