Skip to content

Commit 8b4ff50

Browse files
author
Joel Frederico
committed
Formatting
1 parent 470c104 commit 8b4ff50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/bunches_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
emit_n = 50e-6
1010
gamma_en = 39824
1111

12+
1213
class slactrac_BeamParams_test(unittest.TestCase):
1314
def setUp(self):
1415
self.beamparams = st.BeamParams(beta=beta, alpha=alpha, emit_n=emit_n, gamma_en=gamma_en)
@@ -29,6 +30,4 @@ def avg_xxp_test(self):
2930
print(avg_xxp-test)
3031
self.assertAlmostEqual(avg_xxp, test, delta=delta)
3132

32-
# def beta(self):
33-
3433
basic_setup(slactrac_BeamParams_test, testname='beamparams', beta=beta, alpha=alpha)

0 commit comments

Comments
 (0)