Skip to content

Commit b74e986

Browse files
Test correction
1 parent 05d4f37 commit b74e986

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/test_yellow_pages_basic.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,3 @@ def test_load_conf_with_code():
3737
str_repr = str(sr.yellow_pages)
3838
print(str_repr)
3939
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

Comments
 (0)