Skip to content

Fix failing skymap overlap test to be more consistent

The noncoincident-gaussian skymap overlap test tends to fail, with the numerical integral returning nan. This is likely because the overlap was so low (~1e-30).

We increased the size of the skymaps to make this failing unlikely (~now 1e-8).

Merge request reports