Nicholas Smith

Results 24 issues of Nicholas Smith

**Describe the problem, if any, that your feature request is related to** To visualize a high-dimensional histogram, it would be nice to conveniently create the so-called "splom plot" which is...

enhancement

Motivation ---------- When running ``` pip3 install rucio-clients ``` I get an error at the end: ``` ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied:...

Motivation ---------- In #5392 `declare_bad_file_replicas` was modified to allow either a list of PFNs (string) or a list of replicas {'scope': , 'name': , 'rse_id': or "rse": } as inputs....

### Check duplicate issues. - [X] Checked for duplicates ### Description If a code attempts to create a field in an RNTuple for a virtual object type, it rightfully fails,...

bug
fixathon

### Description of new feature An awkward-array equivalent of `np.cumsum` seems useful. For example, for `a : N * var * whatever`, `ak.local_index(a, axis=1)` could be implemented as `ak.cumsum(ak.ones_like(a), axis=1)...

feature

In https://root.cern/doc/v628/release-notes.html#faster-reading-from-eos ROOT has used a local file's xattr to determine if an xrootd endpoint can provide the file. This is generally preferred over FUSE mounts. Since this is a...

feature

**Describe the problem, if any, that your feature request is related to** Just as one can construct a `Stack` from several `Hist` objects, it may be useful to create a...

enhancement