Jim Pivarski

Results 151 issues of Jim Pivarski

There should be a mechanism that recognizes a TTree as NanoAOD and presents a virtual, formatted view of the data, using knowledge of NanoAOD idioms. For instance, `Muon_*` should be...

enhancement

I've moved the issue here from scikit-hep/uproot#193. It could be part of a long README, a Binder notebook, a wiki, or REsT for uproot-methods.readthedocs.org; I'm not sure. Ideas, @HDembinski?

Hi all, It seems my issue is related to this but I cannot figure out how to fix it based on this thread. I have - Ubuntu 18.04 - python...

PR #42 had to stop early because we need Numba to let us recognize `np.ndarray` subclasses inside of a Numba-compiled function. This feature _is_ being implemented, but it is not...

feature

From ROOT's TLorentzVector: ```python >>> import ROOT >>> v = ROOT.TLorentzVector(1.1, 2.2, 3.3, 4.4) >>> direction = ROOT.TVector3(3, 2, 1) >>> v.Perp(direction) 2.880476151115099 ``` We want the same thing in...

feature

@ianna This is the branch I said I'd make to get you started with ROOT tests. The tests in this repo aren't PR-numbered, they're organized hierarchically—I think that makes more...

### Description of new feature ### Problem Suppose you have an array of datetimes: ```python >>> array = ak.Array( ... np.array([datetime.fromisoformat(f"20{x:02d}-01-01") for x in range(20, 25)], "datetime64[us]") ... ) >>>...

bug

Since there's nothing to edit in GitHub.

docs

And the most often shared URL should be one that auto-points to the latest. (I think that's already true.)

docs

### Version of Awkward Array HEAD ### Description and code to reproduce Suppose you have an array like ```python >>> array = ak.Array([{"outer": {"crazy.dot": {"inner_a": 12.3, "inner_b": 123}}}]) >>> array.show(type=True)...

bug