summaryrefslogtreecommitdiff
path: root/test/test_io.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_io.py')
-rw-r--r--test/test_io.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_io.py b/test/test_io.py
index 3553058..15daab6 100644
--- a/test/test_io.py
+++ b/test/test_io.py
@@ -6,7 +6,7 @@ import numpy as np
class TestRootIO(unittest.TestCase):
def test_file_write_and_read(self):
ev = event.Event(1, event.Vertex('e-', pos=(0,0,1), dir=(1,0,0),
- ke=15.0, pol=(0,1,0)))
+ ke=15.0, pol=(0,1,0), t0=40.0))
photons_beg = root.make_photon_with_arrays(1)
photons_beg.pos[0] = (1,2,3)