Identify adequate stability of likelihood values #113
Labels
help wanted
Extra attention is needed
question
Further information is requested
tests
Improvements to tests
In e.g. #112 and #97 we have seen precomputed likelihood values change on O(0.01%) depending on the CAMB version. At the moment likelihood value stability is checked using
np.isclose
which has default settings on accuracy ofrtol=1.e05, atol=1.e-8
.We should identify what
rtol
andatol
values are actually appropriate for the SO likelihood codes.The text was updated successfully, but these errors were encountered: