Merge pull request #43 from waku-org/fix-sims

Fix simulations with rln cpu time
This commit is contained in:
Alvaro Revuelta 2023-10-25 11:12:31 +02:00 committed by GitHub
commit 47f1f8c569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 29918 additions and 29917 deletions

View File

@ -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