Skip to content

single IFO bug fix

Tyson Littenberg requested to merge tyson-littenberg/bayeswave:O3_dev into master

the generic polarization updates meant that there were arrays that have to have at least two elements (h+,hx, and beyond) but those arrays historically were allocated based on the number of interferometers. That's bad when it's a single interferometer. Fixed now.

Merge request reports