Skip to content
Snippets Groups Projects
Commit 856b4d3c authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Decrease log output

parent d4f2bdc5
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment