File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/daq_config_server/converters Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11from collections .abc import Callable
22from typing import Any
33
4- from tests .constants import ServerFilePaths
5-
64from daq_config_server .converters ._converters import (
75 beamline_parameters_to_dict ,
86 beamline_pitch_lut_to_dict ,
1412)
1513
1614FILE_TO_CONVERTER_MAP : dict [str , Callable [[str ], Any ]] = {
17- str ( ServerFilePaths . GOOD_LUT ) : undulator_energy_gap_lut_to_dict , # For system tests
15+ "/tests/test_data/test_good_lut.txt" : undulator_energy_gap_lut_to_dict , # For system tests
1816 "/dls_sw/i23/software/aithre/aithre_display.configuration" : display_config_to_dict ,
1917 "/dls_sw/i03/software/gda_versions/var/display.configuration" : display_config_to_dict ,
2018 "/dls_sw/i04/software/bluesky/scratch/display.configuration" : display_config_to_dict ,
You can’t perform that action at this time.
0 commit comments