-
This is a follow-up on https://github.com/scikit-hep/uproot/issues/407
The main problem is a branch which cannot be parsed automatically and has a streamer called `TStreamerLoop`.
I managed to a…
-
Firstly, thank you so much for #45 and #48. I've been looking for these features for years (obviously last time I tried QDirStat was an older version or before those features got added).
I'd been w…
-
**Describe the bug**
Thanks for the nice JME tools! I wanted to report the following issue while I also debug it, perhaps we can find the solution faster :)
`coffea.lookup_tools.extractor` produce…
jpata updated
5 years ago
-
I have a Root tree containing several branches with different dimensions. I need to make plots of variables in different branches on a event by events basis. I am opening my Tree with Uproot and co…
-
Hi there, I am trying to read a file from http://opendata.cern.ch/record/10 using root_pandas (master branch) with Python 2.7 and root with the following specs:
ROOT Version: 6.18/04
Built for linux…
-
I can create them:
```python
x = np.ones((5,2))
y = np.ones((5,2))
z = np.ones((5,2))
t = 5*np.ones((5,2))
arr = TLorentzVectorArray(x,y,z,t)
```
And print their mass:
```python
arr.mass
…
-
np.random.randn not found
np.random.uniform not found
are these function implemented as of yet?
-
**Rubberduck version information**
The info below can be copy-paste-completed from the first lines of Rubberduck's log or the About box:
Version 2.4.1.5033
OS: Microsoft Windows NT 10.0.1…
-
We have a class which is a subclass of Dictionary which maps to a HSTORE column. This works fine in version 3 but after upgrading to version 4 it no longer works and throws an exception.
Is there a…
-
```c
#include
#include
new
Language:gLangEN,
Language:gLangGE,
Language:gLangRU
;
loadtext localization[all];
hook OnScriptInit() {
gLangEN = Langs_Add("EN", "English");
gLangG…