Lukas

Results 44 issues of Lukas

sometimes it's useful to process objects by iterating through the key value pairs python has ``` obj = {"a": 1, "b": 2} {k:v*2 for k,v in obj.items()} ``` jq has...

enhancement
stdlib

when processsing multiple batches of events it's possible that some fields are null / not present for fields that have variable size. Also the order of fields in a record...

feature

We have some capacity on Summit that could be available for F@H. Are there binaries available for ppc64-el? or can we compile it on our own?

similar idea to jupyter -> new notebook.. but directly from shell.. the idea is to drop right into a remote docker shell. maybe we can hook up to the zeromq...

# Description The infrastructure should be generic enough to support limit setting on multiple POIs,

feat/enhancement

# Description we should add `staterrorconfig` as a channel property. Currently most analyses use `Poisson` as the config, which is not the default and thus needs to be specificed in...

bug
schema and spec
API

# Description after this series of PRs (#538 #519 #546 #550 #551 #553 #576 #558) a bunch of methods are merely there in order to not break tests / keep...

API

# Description once #1162 is in, there is a slight performance bottleneck in terms of this loop https://github.com/scikit-hep/pyhf/pull/1162/files#diff-ed4ae97f40d769c90d21f07e7ab70f34a875fe5374d8dc9bdd35983ce1910640R602 that can easily be vectorized b/c `np.percentile` is vectorizable. But I didn't...

feat/enhancement

# Description Please first read [CONTRIBUTING.md](https://github.com/scikit-hep/pyhf/tree/master/CONTRIBUTING.md). Please describe the purpose of this pull request in some detail. Reference and link to any relevant issues or pull requests. # Checklist Before...

feat/enhancement

currently, the marker settings for each plot type is hard-coded in the function itself. e.g. for `nbi.hist`, we see ``` params = { 'marks': [{ 'sample': _array_or_placeholder(hist_function), 'bins': _get_option('bins'), 'normalized':...