Skip to content
Snippets Groups Projects
Commit 632e2bce authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Forgot to remove get_fifo_status method from test import

parent 4ce41aad
No related branches found
No related tags found
1 merge request!7Summaryslice status
Pipeline #7963 passed with warnings
......@@ -2,7 +2,7 @@ import os
import re
import unittest
from km3io.daq import DAQReader, get_rate, get_fifo_status, has_udp_trailer, get_udp_max_sequence_number, get_channel_flags, get_number_udp_packets
from km3io.daq import DAQReader, get_rate, has_udp_trailer, get_udp_max_sequence_number, get_channel_flags, get_number_udp_packets
SAMPLES_DIR = os.path.join(os.path.dirname(__file__), "samples")
......
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