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

Make yapf

parent 466b19cd
No related branches found
No related tags found
2 merge requests!24Refactor offline,!22WIP: Slicing and refactoring offline
Pipeline #9301 passed with warnings
......@@ -7,6 +7,7 @@ from km3io.daq import DAQReader, get_rate, has_udp_trailer, get_udp_max_sequence
SAMPLES_DIR = os.path.join(os.path.dirname(__file__), "samples")
DAQ_FILE = DAQReader(os.path.join(SAMPLES_DIR, "daq_v1.0.0.root"))
class TestDAQEvents(unittest.TestCase):
def setUp(self):
self.events = DAQ_FILE.events
......
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