diff options
-rw-r--r-- | chroma/sim.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chroma/sim.py b/chroma/sim.py index cea23b8..fd1c0a5 100644 --- a/chroma/sim.py +++ b/chroma/sim.py @@ -53,7 +53,7 @@ class Simulation(object): self.pdf_config = None def simulate(self, iterable, keep_photons_beg=False, - keep_photons_end=False, run_daq=True, max_steps=1000): + keep_photons_end=False, run_daq=True, max_steps=100): try: first_element, iterable = itertoolset.peek(iterable) except TypeError: |