Skip to content
Snippets Groups Projects
Commit 52781ab3 authored by Sakib Rahman's avatar Sakib Rahman Committed by SAKIB RAHMAN
Browse files

Extract detector version

parent b99a4d51
Branches
No related tags found
No related merge requests found
from itertools import product
DETECTOR_PATH = os.environ["DETECTOR_PATH"]
DETECTOR_VERSION = os.environ["DETECTOR_VERSION"]
DETECTOR_VERSION = re.search(r"epic-.*.-", DETECTOR_PATH).group().removeprefix("epic-").removesuffix("-")
SUBSYSTEM = "roman_pots"
BENCHMARK = "dense_neural_network"
DETECTOR_CONFIG = "epic_ip6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment