Skip to content

Commit 73e5255

Browse files
Add utility functions and remove blank lines
1 parent 11056ad commit 73e5255

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

01_element/test_drift2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def sim_env():
7272

7373

7474
class TestClass:
75-
7675
@pytest.mark.parametrize(
7776
"Ek_in, p_type",
7877
[
@@ -91,7 +90,6 @@ def test_drift2(self, sim_env, Ek_in, p_type) :
9190
}
9291
pybdsim.Run.RenderGmadJinjaTemplate(sim_env["template_name"],sim_env["gmad_name"],data)
9392
pybdsim.Run.Bdsim(sim_env["gmad_name"],sim_env["base_name"],sim_env["n_in"],1)
94-
9593
with uproot.open(sim_env["root_name"]) as file:
9694
samplerName="d1."
9795
f=file['Event'][samplerName]

0 commit comments

Comments
 (0)