Skip to content
Snippets Groups Projects
Commit 782b7b74 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Reenable interpolation

parent fe3545e1
No related branches found
No related tags found
1 merge request!20Proposal 7
Pipeline #23637 failed
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
......@@ -47,7 +47,7 @@ def _setup_propagator(max_distance, particle_definition):
crosssection = pp.crosssection.make_std_crosssection(
particle_def=particle_definition,
target=PROPOSAL_TARGET,
interpolate=False,
interpolate=True,
cuts=pp.EnergyCutSettings(np.inf, 0.05, False))
collection = pp.PropagationUtilityCollection()
collection.displacement = pp.make_displacement(crosssection, True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment