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)]