We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d4f37 commit b74e986Copy full SHA for b74e986
tests/test_yellow_pages_basic.py
@@ -37,14 +37,3 @@ def test_load_conf_with_code():
37
str_repr = str(sr.yellow_pages)
38
print(str_repr)
39
assert ebs_orbit_str_repr == str_repr
40
-
41
42
-def test_soleil():
43
- parent_folder = Path(__file__).parent
44
- config_path = parent_folder.joinpath("p.yaml").resolve()
45
- sr: Accelerator = Accelerator.load(config_path)
46
- str_repr = str(sr.yellow_pages)
47
- print(str_repr)
48
- print(sr.modes())
49
- print(f"BPM={sr.yellow_pages.get('BPM', mode='design')}")
50
- print(f"\n\nCell1={sr.yellow_pages['Cell1']}")
0 commit comments