Skip to content
Snippets Groups Projects
Commit 1ee98152 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Switch to uproot4

parent 6f893c07
No related branches found
No related tags found
1 merge request!39WIP: Resolve "uproot4 integration"
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Filename: gseagen.py # Filename: gseagen.py
# Author: Johannes Schumann <jschumann@km3net.de> # Author: Johannes Schumann <jschumann@km3net.de>
import uproot import uproot4 as uproot
import numpy as np import numpy as np
import warnings import warnings
from .rootio import Branch, BranchMapper from .rootio import Branch, BranchMapper
......
import binascii import binascii
from collections import namedtuple from collections import namedtuple
import uproot import uproot4 as uproot
import warnings import warnings
import numba as nb import numba as nb
import awkward1 as ak1 import awkward1 as ak1
......
import binascii import binascii
import os import os
import uproot import uproot4 as uproot
import numpy as np import numpy as np
import numba as nb import numba as nb
......
#!/usr/bin/env python3 #!/usr/bin/env python3
import numpy as np import numpy as np
import awkward1 as ak import awkward1 as ak
import uproot import uproot4 as uproot
from .tools import unfold_indices from .tools import unfold_indices
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import numba as nb import numba as nb
import numpy as np import numpy as np
import awkward1 as ak1 import awkward1 as ak1
import uproot import uproot4 as uproot
from km3io.definitions import reconstruction as krec from km3io.definitions import reconstruction as krec
from km3io.definitions import trigger as ktrg from km3io.definitions import trigger as ktrg
......
...@@ -14,7 +14,7 @@ Options: ...@@ -14,7 +14,7 @@ Options:
-h --help Show this screen. -h --help Show this screen.
""" """
import uproot import uproot4 as uproot
def print_tree(filename): def print_tree(filename):
......
docopt docopt
numba>=0.50 numba>=0.50
awkward1>=0.3.1 awkward1>=0.3.1
uproot>=3.11.1 uproot4
setuptools_scm setuptools_scm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment