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

Remove uproot3

parent 0d35ef64
No related branches found
No related tags found
1 merge request!39WIP: Resolve "uproot4 integration"
Pipeline #16192 failed
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
import numba as nb import numba as nb
import numpy as np import numpy as np
import awkward as ak import awkward as ak
import uproot3 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
...@@ -10,10 +9,6 @@ from km3io.definitions import fitparameters as kfit ...@@ -10,10 +9,6 @@ from km3io.definitions import fitparameters as kfit
from km3io.definitions import w2list_genhen as kw2gen from km3io.definitions import w2list_genhen as kw2gen
from km3io.definitions import w2list_gseagen as kw2gsg from km3io.definitions import w2list_gseagen as kw2gsg
# 110 MB based on the size of the largest basket found so far in km3net
BASKET_CACHE_SIZE = 110 * 1024 ** 2
BASKET_CACHE = uproot.cache.ThreadSafeArrayCache(BASKET_CACHE_SIZE)
class cached_property: class cached_property:
"""A simple cache decorator for properties.""" """A simple cache decorator for properties."""
......
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