You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been decided that for 4.1 we will want the diagonal covmat to be the default way in which fits are run, see this comment: #2301 (comment)
(it would be best if this is done as one of the first PR after 4.1.0 is released, so by looking at the version of the code one can redo previous fits with or without diagonal)
In addition to make it default, we want to make sure that by using the diagonal basis we reduce the cost on memory of the fits, so that PR would be the perfect place to benchmark that and improve the performance of the fits.
The text was updated successfully, but these errors were encountered:
It has been decided that for 4.1 we will want the diagonal covmat to be the default way in which fits are run, see this comment:
#2301 (comment)
(it would be best if this is done as one of the first PR after 4.1.0 is released, so by looking at the version of the code one can redo previous fits with or without diagonal)
In addition to make it default, we want to make sure that by using the diagonal basis we reduce the cost on memory of the fits, so that PR would be the perfect place to benchmark that and improve the performance of the fits.
The text was updated successfully, but these errors were encountered: