Skip to content
Snippets Groups Projects
Commit 2643cdc0 authored by Luke Grazette's avatar Luke Grazette Committed by Nicole Skidmore
Browse files

[RTADPA BW Tests] follow Moore 3064


Co-authored-by: default avatarlugrazet <Luke.Grazette@CERN.CH>
parent becdfc4b
No related branches found
No related tags found
1 merge request!395[RTADPA BW Tests] follow Moore 3064
......@@ -31,11 +31,7 @@ def main():
content = [
'import json',
tistos_content,
'from Moore.persistence.hlt2_tistos import tistos_incompatible_hlt2_lines, list_of_full_stream_lines',
'for line in tistos_incompatible_hlt2_lines:',
' if line in lines_for_TISTOS:',
' print(f"Manually removed {line} for TisTos incompatibility")',
' lines_for_TISTOS.remove(line)',
'from Moore.persistence.hlt2_tistos import list_of_full_stream_lines',
'list_of_full_stream_lines.global_bind(lines=lines_for_TISTOS)',
]
......
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