Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
awegsche committed Dec 7, 2023
1 parent 7f9b4e3 commit be6baf4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/test_rdt_magnet_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ def test_optics_default_rdt_order(tmp_path):
model = INPUTS / "models" / f"2022_inj_b1_acd" / 'twiss.dat'
input_files = [str(INPUTS / "lhc_200_turns.sdds")]

print(tmp_path)

# First run the frequency analysis with default resonances value
clean, to_write, max_peak, turn_bits = HARPY_SETTINGS.values()
hole_in_one_entrypoint(harpy=True,
Expand All @@ -166,7 +164,6 @@ def test_optics_default_rdt_order(tmp_path):

# Now check that we got the wanted directories and nothing more
rdt_dirs = os.listdir(os.path.join(tmp_path, 'rdt'))
print(rdt_dirs)
assert len(rdt_dirs) == 6

magnets = 'quadrupole', 'sextupole', 'octupole'
Expand Down

0 comments on commit be6baf4

Please sign in to comment.