summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-05-09cleanup testsAnthony LaTorre
2021-05-09fix test_io.py from previous commitAnthony LaTorre
2021-05-09update tests to work for python versions <2.7Anthony LaTorre
2021-05-09Speed up detector test. Still fails, though.Stan Seibert
2021-05-09Fix test_daq to use newer DAQ API.Stan Seibert
2021-05-09Skip ray intersection test until the reference data file can be updated.Stan Seibert
2021-05-09Reduce number of photons generated for reemission test to speed up testing on...Stan Seibert
2021-05-09Convert test script to one big unit test. Needs further refactoring.Stan Seibert
2021-05-09Fix bvh test. No longer a leaf attribute in node object.Stan Seibert
2021-05-09rotate() does not need to create a matrix. update test. remove superflous fun...Anthony LaTorre
2021-05-09make bulk reemission isotropicAndy Mastbaum
2021-05-09more unit test fixesAndy Mastbaum
2021-05-09update unit test bvh buildingAndy Mastbaum
2021-05-09add simple bulk reemissionAndy Mastbaum
2021-05-09Redo node format to include number of children, rather than just leaf bit.Stan Seibert
2021-05-09Fix unit testStan Seibert
2021-05-09Simple BVH construction passing the "smoke test"Stan Seibert
2021-05-09Simple BVH generator using new infrastructureStan Seibert
2021-05-09Convert bvh module into a package directory.Stan Seibert
2021-05-09BVH and BVHLayer classes with unittests.Stan Seibert
2021-05-09Basic BVH cache. Further implementation requires creation of BVH class.Stan Seibert
2021-05-09Cache class for managing the geometry cache on disk.Stan Seibert
2021-05-09Fix the units in test_generator_photon.TestG4ParallelGenerator.test_off_centerStan Seibert
2021-05-09Replace all uses of numpy.count_nonzero() with chroma.tools.count_nonzero to ...Stan Seibert
2021-05-09Write t0 for primary vertex to ROOT file and fix unit test to catch this.Stan Seibert
2011-10-07Create a Detector class to hold information about the PMTs in aStan Seibert
2011-10-05Epic port of Chroma from units of meters/seconds/MeV toStan Seibert
2011-10-05Add tlatorre/histogram as a subrepository so that we can use it in the Raylei...Stan Seibert
2011-09-29Fix unittest to use new location of vacuum material.Stan Seibert
2011-09-29New demo detector for Chroma that is not dependent on any internal experiment...Stan Seibert
2011-09-17Module for fitting and evaluating multi-dimensional parabolasStan Seibert
2011-09-16Rename chroma.fileio to chroma.ioStan Seibert
2011-09-16Rewrite test_sample_cdf to use a unittest.TestCase class so that the GPU cont...Stan Seibert
2011-09-16Modify test_ray_intersection to use __file__ to file location of test standardStan Seibert
2011-09-16Add a srcdir attribute to the chroma.cuda module. This consolidates the calc...Stan Seibert
2011-09-16Move CUDA source inside chroma package, rename tests directory to testStan Seibert