Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Oct 26, 2024
1 parent d937b25 commit 718f734
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_lumi.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ def test_lumi_calculation():
muy=np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
muzeta=np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
dzeta=np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
phix=np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
phiy=np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
phizeta=np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
W_matrix=np.zeros(shape=(6, 6, 6))
))

Expand Down Expand Up @@ -72,6 +75,9 @@ def test_lumi_calculation():
muy=np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
muzeta=np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
dzeta=np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
phix=np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
phiy=np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
phizeta=np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
W_matrix=np.zeros(shape=(6, 6, 6))
))

Expand Down

0 comments on commit 718f734

Please sign in to comment.