From 482993de2b4be861a6fe4a7271efaabb950b6f50 Mon Sep 17 00:00:00 2001 From: Nicholas Kern Date: Fri, 27 Apr 2018 23:58:05 -0700 Subject: [PATCH] added label1 label2 test to pspecdata.pspec output --- hera_pspec/tests/test_pspecdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hera_pspec/tests/test_pspecdata.py b/hera_pspec/tests/test_pspecdata.py index cd28c6df..309bc8bb 100644 --- a/hera_pspec/tests/test_pspecdata.py +++ b/hera_pspec/tests/test_pspecdata.py @@ -536,7 +536,7 @@ def test_check_in_dset(self): def test_pspec(self): # generate ds uvd = copy.deepcopy(self.uvd) - ds = pspecdata.PSpecData(dsets=[uvd, uvd], wgts=[None, None], beam=self.bm) + ds = pspecdata.PSpecData(dsets=[uvd, uvd], wgts=[None, None], beam=self.bm, labels=['red', 'blue']) # check basic execution with baseline list bls = [(24, 25), (37, 38), (38, 39), (52, 53)]