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

Make yapf

parent f61a29e5
No related branches found
No related tags found
No related merge requests found
Pipeline #8418 passed with warnings
......@@ -390,8 +390,8 @@ class TestSummaryslices(unittest.TestCase):
for dom_id, fifo_flags in dct_fifo_flags.items():
frame = s[s.dom_id == dom_id]
assert any([
a == b for a, b in zip(
get_channel_flags(frame.fifo[0]), fifo_flags)
a == b
for a, b in zip(get_channel_flags(frame.fifo[0]), fifo_flags)
])
......
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