From 856b4d3cdeaa42c52a5dff4fa931401a29efc715 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Fri, 4 Oct 2019 23:40:40 +0200
Subject: [PATCH] Decrease log output

---
 scripts/pmt_rates.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/pmt_rates.py b/scripts/pmt_rates.py
index 3a699b4..7dedef8 100755
--- a/scripts/pmt_rates.py
+++ b/scripts/pmt_rates.py
@@ -167,7 +167,7 @@ class PMTRates(kp.Module):
 
         y_base = (floor - 1) * 31
 
-        if np.random.rand() > 0.90:
+        if np.random.rand() > 0.99:
             print(f"Rates for DOM ID {dom_id} DU {du}: {tmch_data.pmt_rates}")
 
         hrv_flags = reversed("{0:b}".format(tmch_data.hrvbmp).zfill(32))
-- 
GitLab