diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_detector.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_detector.py b/test/test_detector.py index e1ff622..010da70 100644 --- a/test/test_detector.py +++ b/test/test_detector.py @@ -42,7 +42,7 @@ class TestDetector(unittest.TestCase): wavelengths=wavelengths) hit_times = [] - for ev in self.sim.simulate(photons for i in xrange(10000)): + for ev in self.sim.simulate(photons for i in xrange(1000)): if ev.channels.hit[0]: hit_times.append(ev.channels.t[0]) hit_times = np.array(hit_times) |