Skip to content

Commit

Permalink
Merge ed3ded2 into 8611de8
Browse files Browse the repository at this point in the history
  • Loading branch information
philbull committed Jun 19, 2019
2 parents 8611de8 + ed3ded2 commit 5d83e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera_pspec/grouping.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def average_spectra(uvp_in, blpair_groups=None, time_avg=False,
if blpair_groups is not None:

# Enforce shape of blpair_groups
assert isinstance(blpair_groups[0], list), \
assert isinstance(blpair_groups[0], (list, np.ndarray)), \
"blpair_groups must be fed as a list of baseline-pair lists. " \
"See docstring."

Expand Down

0 comments on commit 5d83e83

Please sign in to comment.