mirror of
https://github.com/logos-messaging/research.git
synced 2026-01-06 16:13:12 +00:00
Merge pull request #43 from waku-org/fix-sims
Fix simulations with rln cpu time
This commit is contained in:
commit
47f1f8c569
@ -23,4 +23,5 @@ if __name__ == "__main__":
|
||||
print("Data file:", file, "field:", field)
|
||||
print(f"number_samples={array.size}")
|
||||
print(f"Percentiles. P75={np.percentile(array, 75)} P95={np.percentile(array, 95)}")
|
||||
print(f"Statistics. mean={np.mean(array)} max={array.max()} min={array.min()}")
|
||||
print(f"Statistics. mean={np.mean(array)} max={array.max()} min={array.min()}")
|
||||
print(f"Statistics. var={np.var(array)}")
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 221 KiB |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user