diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_io.py (renamed from test/test_fileio.py) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_fileio.py b/test/test_io.py index 3869a9f..3553058 100644 --- a/test/test_fileio.py +++ b/test/test_io.py @@ -1,9 +1,9 @@ import unittest -from chroma.fileio import root +from chroma.io import root from chroma import event import numpy as np -class TestFileIO(unittest.TestCase): +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))) |