summaryrefslogtreecommitdiff
path: root/tests/test_fileio.py
AgeCommit message (Collapse)Author
2011-09-16Move CUDA source inside chroma package, rename tests directory to testStan Seibert
2011-09-12add chroma-sim script. get rid of GPU class; contexts should now be created ↵Anthony LaTorre
with create_cuda_context().
2011-09-02update event structure. break gpu.GPU class into separate smaller ↵Anthony LaTorre
independent classes.
2011-08-23Add a RootReader class that also functions as an iterator, also createStan Seibert
a simple unit test for event reading and writing. There were several minor I/O bugs that are now fixed! Always test your code, kids!