Skip to content

Commit

Permalink
Use CovMatrix4f instead of array
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Mar 14, 2024
1 parent e3476db commit ccc6555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/test_kinematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_p4(self):
1.0, # charge
125.0, # mass
0.0, # goodnessOfPID
cppyy.gbl.std.array('float', 10)() # covMatrix
edm4hep.CovMatrix4f() # covMatrix
)

self.assertEqual(p4(p), LVM(1.0, 2.0, 3.0, 125.0))
Expand Down

0 comments on commit ccc6555

Please sign in to comment.