diff --git a/options/reconstruction.py b/options/reconstruction.py index 70c1e3c495f32f28669306ed856c69ad2833b587..f51b1a3f6b6c941522eaa54ea214e0012b3d1978 100644 --- a/options/reconstruction.py +++ b/options/reconstruction.py @@ -105,7 +105,7 @@ n_events = int(os.environ["JUGGLER_N_EVENTS"]) # services services = [] # auditor service -services.append(AuditorSvc("AuditorSvc", Auditors=["ChronoAuditor", "MemStatAuditor"])) +services.append(AuditorSvc("AuditorSvc", Auditors=["ChronoAuditor"])) # geometry service ## note: old version of material map is called material-maps.XXX, new version is materials-map.XXX ## these names are somewhat inconsistent, and should probably all be renamed to 'material-map.XXX'