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

Add logger

parent 8fce69f3
No related branches found
No related tags found
1 merge request!39WIP: Resolve "uproot4 integration"
Pipeline #16193 failed
from collections import namedtuple
import logging
import warnings
import uproot
import numpy as np
......@@ -7,6 +8,8 @@ import awkward as ak
from .definitions import mc_header
from .tools import cached_property, to_num, unfold_indices
log = logging.getLogger("offline")
class OfflineReader:
"""reader for offline ROOT files"""
......
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