Skip to content
Snippets Groups Projects

WIP: Resolve "uproot4 integration"

Open Tamas Gal requested to merge 58-uproot4-integration into master
9 files
+ 183
210
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 1
1
@@ -3,7 +3,7 @@
# Filename: gseagen.py
# Author: Johannes Schumann <jschumann@km3net.de>
import uproot4 as uproot
import uproot3 as uproot
import numpy as np
import warnings
from .rootio import Branch, BranchMapper
Loading