Skip to content

Commit

Permalink
added label1 label2 test to pspecdata.pspec output
Browse files Browse the repository at this point in the history
  • Loading branch information
nkern committed Apr 28, 2018
1 parent 528f8db commit 482993d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera_pspec/tests/test_pspecdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 482993d

Please sign in to comment.