-
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
New plotting functions for MHOU #1832
Conversation
@andreab1997 if you can (and know how to do it), would you mind replacing the label: |
So of course something more generic is easy to have. Would you like something like "Shift"? |
it would be great to have |
Yes indeed, this is what I am going to try first |
It would be great to remove the unused code in the |
I agree but this is here just to avoid rewriting code a lot of times. Once we will be sure about which plots we want to have in the papers I will close this and open another in which I will polish a bit the |
@scarlehoff I believe the theorycovariance module is cleaned now (there might be a few other lines of code that could be removed but most of the work is done). I would also like to address #1847, would you like me to do that here? Or, should I open another PR? Also, if you have other suggestions regarding the |
I would say open a separate PR (but taking this one as the initial state) that way if something goes wrong it is easier to revert. |
Is this ready for review? |
Regarding the cleaning yes, but it is not yet ready to be merged as I want at least to address #1847. If in the meanwhile you want to have a look, you are more than welcome |
If #1847 is the only thing missing it would be better in a separate PR (that starts from this one) |
@achiefa and I noticed that Having a closer look I think @andreab1997 meant the reindexing in this line, which (I assume) ensures that the indices of
However, for this to work as intended the indices of theory_covmat_custom have to be correct int he first place, and it's difficult to understand if this is indeed the case since datasets and processes are not always correctly matched in combine_by_type . I.e. it's not just a matter of reindiexing, which makes things a bit difficult to read but I also don't see an obvious way around this, but there's a genuine bug in that function (that for now I'll assume does somehow not affect the final result of a MHOU fit).
|
Given that this is now outdated and that the pull plots are now in #1910, I am closing this. |
Given that we will need several new kind of plots for the MHOU and N3LO papers, I suggest we collect here the new functions. @giacomomagni
CC: @scarlehoff