From e10e473c6281e7bbb983b386300cc09d1d85eb0d Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 17 Nov 2022 14:00:43 +0000 Subject: [PATCH] feat: remove gaudi MemStatAuditor (too verbose) --- options/reconstruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/reconstruction.py b/options/reconstruction.py index 70c1e3c4..f51b1a3f 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' -- GitLab