This commit is contained in:
Noe Brucy
2022-11-29 10:58:24 +01:00
parent fa396178c6
commit 4b54feabb9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -180,4 +180,4 @@ rule_pdf = Rule(rho_pdf, "Density PDF", name="rho_pdf", group="/hist")
def apply_rule_pdf(pp):
return pp.process(rule_pdf, pp, overwrite=True)
return pp.process(rule_pdf, pp, overwrite=False)