-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Utilize stats everywhere where it can be used #1515
Conversation
Greetings from your nice fit 🤖 !
Check the report carefully, and please buy me a ☕ , or better, a GPU 😉! |
In the last commit the ThPredictions are no longer using the NNPDFResult class and instead use the StatsResult. Everyting seems to work fine (I'll send the fit bot again now). Since now the central value is computed by taking the average over the result of the members (instead of taking the result of the central replica as the central value) the regression tests have slightly changed. I've uploaded in this comment the diff of the differences for future reference. They are mostly order 1e-3 with some getting to 1e-2. I will finish what's missing from this PR (mainly making sure that the The change of the MC PDF to include by default all replicas (and then being the job of the StatsClass to decide what to do with them) I will do in a separate PR pointing to this one because although is in principle a smaller change (if I did everything correctly it should only be a small change on the behaviour of the |
Good to be rid of the nnpdfresult abomination! |
Greetings from your nice fit 🤖 !
Check the report carefully, and please buy me a ☕ , or better, a GPU 😉! |
Greetings from your nice fit 🤖 !
Check the report carefully, and please buy me a ☕ , or better, a GPU 😉! |
This is ready for review. At this point the raw In order to continue (and deal with #1516) I will open today another PR pointing to this one where instead of the raw data, the |
Apart from the things discussed above I think we should merge this to make some progress. |
If you want small things like those (that do not break anything) you can add as a TODO to the third PR, #1522 and I'll do them there. |
I will leave the theory predictions for the end.