Skip to content
  • Matthew Pitkin's avatar
    LALInferenceGenerateROQ.c: check normalisation of new basis is not zero · 04fd4c0e
    Matthew Pitkin authored
     - if a new basis is entirely encompases within the current basis within
       numerical precision it can consist entirely of zeros. When normalising
       a basis vector of zeros it leads to a basis of NaNs, which gets added
       to the current basis set. This will give NaN values in likelihoods
       calculated using the ROQ.
     - this patch checks if the normalisation is zero and if so will not add
       the new basis to the current basis as it is unnecessary.
    04fd4c0e