-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dump FK Table comparison #8
Comments
What's the idea here? |
we can also just leave it - but then there will be |
The point is that in For sure we don't want to change |
I'd argue for that, because Moreover,
So the table should look as follows:
|
Fine for me, I was thinking that in some sense |
and in fact, it does (quasi):
Note that the bin informations are also present here - something I also wish for |
This looks good! However, I'd suggest to change a few details, namely
|
@alecandido @felixhekhorn another completely unrelated question that also came up during the PC: in DIS the left and right bin boundaries are the same, but I wonder is this really the case also in the data? Don't we have bins in this case? |
unfortunately to do this from python we still need to merge NNPDF/pineappl#74 (we do not have access in the python interface to metadata, but we are going to have)
This I don't know, we should check commondata, with which I'm not very familiar... (yet) |
I see, I'll prioritize this Issue now. |
I don't think so - at least for the HERA fully inclusive stuff: https://www.hepdata.net/record/ins1377206?version=1&table=Table%202 (I didn't check the paper fully though ... and I know in practice this is rather required) |
Given what we've discussed last PC, I think we want the following information in the metadata that's not yet in there:
|
If we're going to have a new standardized form |
@alecandido agreed, but I think we can have it both machine and human readable while only deviating a little from what we already do:
The resulting table should be easily readable with numpy.loadtxt. |
@felixhekhorn if you can, try to address this as well during your Since you're moving comparison from |
@cschwan here is what I currently have:
I can not drop "left/right" since the columns in data frames have to have unique names - alternatives are "min/max" (3 letters) or "l/r" (cut to 1 letter) |
adding "#" is not necessary, I think, as |
Just to tell you: if your table is not so small, always consider using |
It's not necessary, but it would be nice to use the functions out-of-the-box; also note that we might consider changing the header at some point (the number of lines, add some other piece of information), or that we'd like to support other libraries. To have some flexibility I'd therefore strongly suggest to use a comment character. This should be mirrored by the To implement it you could set the header of the left-most column to |
results
toresults_grid
results_fk
with comparison w/ against w/o evolutionwill need NNPDF/pineappl#74 to read metadata
The text was updated successfully, but these errors were encountered: