-
I am writing this issue to report a problem that I noticed initially happening in my coffea processor but I have now isolated using pure uproot and awkward arrays. The issue is the following: when att…
-
`mypy` released version 0.982, presumably a bugfix. We should consider fixating the mypy version here to be
-
While I tried to run crab command in in lxplus8, with newest `CMSSW_13_1_0_pre1`, I got pycurl error:
```
Traceback (most recent call last):
File "/cvmfs/cms.cern.ch/share/cms/crab-prod/v3.230124…
-
### Summary
The changes to `staterror` handling after 0.6.3 can result in some crashes due to unsupported treatment of partially fixed parameters (fixed modifiers in some bins but not in others). Thi…
-
Dear all,
I'm wondering if anyone has implemented `Gflash` EM-shower parametrization into DD4hep. This program is already in Geant4 [*] and I'm wondering how can we apply it to iLC or CLIC detector…
-
dulwich currently caches the full HTTP response in memory when talking to remote servers. This obviously has both memory and CPU consequences. I attempted to revert this in 97814a9bb5294c4309c83603f26…
-
Currently each time we update UBDT, we need to merge the friend ntuples to the main one, which is a huge pain (2.7 TB to merge).
We need to extend `pidcalib2` to be able to read stuff from friends.
-
In the scope of PR #37 , I noticed that the function `sort_ak_fields` raises a rather cryptic error. Here is the backtrace:
```bash
/nfs/dust/cms/user/pkeicher/uhh/u4h/analysis_playground/ap/selec…
-
I would like to request to support more installation methods.
I don't use docker, so according to https://rapids.ai/start.html I have two other methods left: conda and build from source.
I would pre…
-
### Version of Awkward Array
1.7.0
### Description and code to reproduce
```python
import awkward as ak
import numpy as np
v = ak.from_iter([[[1, 2, 3], [4, 5]], [[3, 4, 5], [6, 7]], [[5…