-
Notifications
You must be signed in to change notification settings - Fork 45
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
Handling of all PDF uncertainty sets #494
Comments
Hi Henning, Could you post a minimal example code that throws the error and whatever logs you have? Alternatively, pointing us to your working notebook could also be helpful. Thank you, Irina |
Hi Irina, the issue does not produce any error. To encounter it, one has to load a sampler = SampleAugmenter(
f"{paths['h5_sample_file']}",
include_nuisance_parameters=True,
) one then encounters something like
in the log, whereas the output should be something like
which we got after fixing this issue in a private fork of MadMiner. The issue lies in the function Best, P.S.: I would not regard this as an enhancement. For me, this is clearly a bug, since it is nowhere documented that systematic PDF uncertainties are only supported for PDFs with a name incorporating |
Hi @konda111 Thanks for opening this issue 😄 I understand this topic lays in a some-how grey area between bug and incomplete documentation. The I would like to understand what other PDF weight names could we expect coming from a Could you point us to the fix in your private fork? |
Hi, in our private fork, we just added Btw, the identifier Best, |
I see. Our desirable fix would be to include an standardized list of prefixes / list of names, so that we should not need to open a similar issue in the future about why PDF set Wondering what is the best approach to tackle this... Any ideas? @johannbrehmer @irinaespejo @matthewfeickert |
In order to unblock this issue and to encourage the usage of the main package, instead of a custom fork, I am going to add The issue will remain open for now, as we lack an standardized solution to cover all PDF datasets... |
Hi,
We tried using adding the pdf uncertainty as a systematic in our Madminer setup. We used the MSTW pdf set and the systematic was not recognized after the MG run.
We think that the block
in
madminer/utils/interfaces/lhe.py
should be extended to allow also for PDF sets not containing the stringspdf
orct
.Best,
Henning
The text was updated successfully, but these errors were encountered: