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 README.md on line 10 :
Events that pass the particle-level event selection, but not the particle-level one. ->
Events that pass the particle-level event selection, but not the detector-level one.
in your GaussianExample.ipynb code
pass_reco = np.random.binomial(1,1.-eff,len(theta0_G)) ->
pass_reco = np.random.binomial(1,1.-eff,len(theta0_S))
Hi, can you please improve some typos:
In README.md on line 10 :
Events that pass the particle-level event selection, but not the particle-level one. ->
Events that pass the particle-level event selection, but not the detector-level one.
in your GaussianExample.ipynb code
pass_reco = np.random.binomial(1,1.-eff,len(theta0_G)) ->
pass_reco = np.random.binomial(1,1.-eff,len(theta0_S))
I wish you could do the same example but more realistic one using, e.g. uproot library and your old https://github.com/ericmetodiev/OmniFold Demo.
With best wishes, Alexandr
The text was updated successfully, but these errors were encountered: