Skip to content

Commit 2e677a5

Browse files
committed
ruff formatting
1 parent 65c7dd3 commit 2e677a5

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

tests/test_plotting/test_aperture.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def test_plot_aperture_cell_injection(_injection_aperture_tolerances_lhc_madx):
3131

3232
@pytest.mark.mpl_image_compare(tolerance=20, style="default", savefig_kwargs={"dpi": 200})
3333
def test_plot_aperture_ir5_collision(_collision_aperture_tolerances_lhc_madx):
34-
3534
madx = _collision_aperture_tolerances_lhc_madx
3635
madx.command.twiss(centre=True)
3736
twiss_df = madx.table.twiss.dframe()
@@ -53,7 +52,6 @@ def test_plot_aperture_ir5_collision(_collision_aperture_tolerances_lhc_madx):
5352

5453
@pytest.mark.mpl_image_compare(tolerance=20, style="default", savefig_kwargs={"dpi": 200})
5554
def test_plot_physical_apertures_ir5_collision_hozirontal(_collision_aperture_tolerances_lhc_madx):
56-
5755
madx = _collision_aperture_tolerances_lhc_madx
5856
madx.command.twiss()
5957
twiss_df = madx.table.twiss.dframe()
@@ -71,7 +69,6 @@ def test_plot_physical_apertures_ir5_collision_hozirontal(_collision_aperture_to
7169

7270
@pytest.mark.mpl_image_compare(tolerance=20, style="default", savefig_kwargs={"dpi": 200})
7371
def test_plot_physical_apertures_ir5_collision_vertical(_collision_aperture_tolerances_lhc_madx):
74-
7572
madx = _collision_aperture_tolerances_lhc_madx
7673
madx.command.twiss()
7774
twiss_df = madx.table.twiss.dframe()

tests/test_plotting/test_crossing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
@pytest.mark.mpl_image_compare(tolerance=35, style="default", savefig_kwargs={"dpi": 200})
1212
def test_plot_crossing_schemes_ip15(_cycled_lhc_sequences):
13-
1413
madx = _cycled_lhc_sequences
1514
figure = plt.figure(figsize=(18, 11))
1615
plot_two_lhc_ips_crossings(madx, first_ip=1, second_ip=5)
@@ -19,7 +18,6 @@ def test_plot_crossing_schemes_ip15(_cycled_lhc_sequences):
1918

2019
@pytest.mark.mpl_image_compare(tolerance=35, style="default", savefig_kwargs={"dpi": 200})
2120
def test_plot_crossing_schemes_ip28_no_highlight(_cycled_lhc_sequences):
22-
2321
madx = _cycled_lhc_sequences
2422
figure = plt.figure(figsize=(18, 11))
2523
plot_two_lhc_ips_crossings(madx, first_ip=2, second_ip=8, highlight_mqx_and_mbx=False)

0 commit comments

Comments
 (0)