nanograv / enterprise

ENTERPRISE (Enhanced Numerical Toolbox Enabling a Robust PulsaR Inference SuitE) is a pulsar timing analysis code, aimed at noise analysis, gravitational-wave searches, and timing model analysis.
https://enterprise.readthedocs.io
MIT License
66 stars 67 forks source link

Missing left_array in MarginalizingNmat.solve #401

Open JacobCT opened 1 month ago

JacobCT commented 1 month ago

When trying to calculate the Fe statistic, we came into a problem located in the solve function (line 860) of gp_signals.py. When both the variables right and left_array are two-dimensional and are not the same, they are not covered by the elif conditions currently present.

vhaasteren commented 1 month ago

Yes, I knew about this thing missing. Great that you are submitting a PR, thank you