diff --git a/scripts/pmt_rates.py b/scripts/pmt_rates.py index 3a699b4ea276622ebb95dab3c0d75dc7db8e6d51..7dedef85d78154eca3d69f12d8d3e967b4e12738 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))