Tempo2 fails to compute errors when using QR decomp

Issue #1 closed
Michael Keith created an issue

Bug seems to be in TKfit or T2accel. Can be circumvented with -noaccel

Comments (2)

  1. Michael Keith reporter

    Bug is caused by assuming that double** cvm was a "blas" matrix, when in fact it is usually not so. Fixed by creating a temporary blas CVM and copying in the values as required. Should not impact performance.

    Also fixed bug where chisq was not returned from TKfit.

  2. Log in to comment