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
In the weight, there are several more scale factors with different names.
I tried the below.
w = weight.partial_weight(include=["test_SF"])
When print w, it gives below which is the same to the nominal values.
array([0.997, 1.01 , 1. , 1. , 1. , 0.997])
I want to get Up/Down values of "test_SF". How can I do that?
Currently, I'm using coffea==0.7.22, I can't use the recent one because of package version.
Explain what documentation is missing
If someone else has this same goal, what do you think could be added to https://coffeateam.github.io/coffea/ to help them complete the task on their own?
The text was updated successfully, but these errors were encountered:
Describe what you want to do
A clear and concise description of what the goal is.
I made
weight
which is Weights class and save scale factors like below.In the
weight
, there are several more scale factors with different names.I tried the below.
When print
w
, it gives below which is the same to the nominal values.I want to get Up/Down values of "test_SF". How can I do that?
Currently, I'm using
coffea==0.7.22
, I can't use the recent one because of package version.Explain what documentation is missing
If someone else has this same goal, what do you think could be added to https://coffeateam.github.io/coffea/ to help them complete the task on their own?
The text was updated successfully, but these errors were encountered: