From 571147db601117cf34da9c731d7f99984b83e948 Mon Sep 17 00:00:00 2001
From: Jack Christopher Hutchinson Rolph <jack.rolph@desy.de>
Date: Wed, 11 Jan 2023 15:36:56 +0100
Subject: [PATCH] Update PeakOTron.py

---
 PeakOTron.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PeakOTron.py b/PeakOTron.py
index b170ca7..d6f33b8 100644
--- a/PeakOTron.py
+++ b/PeakOTron.py
@@ -48,8 +48,8 @@ class PeakOTron:
     
     def __init__(self,
                  verbose=False,
-                 n_call_minuit=None,
-                 n_iterations_minuit = 5,
+                 n_call_minuit=10000,
+                 n_iterations_minuit = 10,
                  plot_figsize=(10,10),
                  plot_fontsize=25,
                  plot_legendfontsize=18,
-- 
GitLab