Skip to content
Snippets Groups Projects
Commit e10e473c authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: remove gaudi MemStatAuditor (too verbose)

parent 306e60c7
Branches fix_material
No related tags found
1 merge request!194feat: remove gaudi MemStatAuditor (too verbose)
...@@ -105,7 +105,7 @@ n_events = int(os.environ["JUGGLER_N_EVENTS"]) ...@@ -105,7 +105,7 @@ n_events = int(os.environ["JUGGLER_N_EVENTS"])
# services # services
services = [] services = []
# auditor service # auditor service
services.append(AuditorSvc("AuditorSvc", Auditors=["ChronoAuditor", "MemStatAuditor"])) services.append(AuditorSvc("AuditorSvc", Auditors=["ChronoAuditor"]))
# geometry service # geometry service
## note: old version of material map is called material-maps.XXX, new version is materials-map.XXX ## 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' ## these names are somewhat inconsistent, and should probably all be renamed to 'material-map.XXX'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment