From f35510c8719709af1cb5df1f0fe159f5dd1be96b Mon Sep 17 00:00:00 2001 From: Spokhim Date: Thu, 21 Jan 2021 16:37:30 +1100 Subject: [PATCH] Increase snip appropriately --- Shuffle_validation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Shuffle_validation.py b/Shuffle_validation.py index bada85e..196311a 100644 --- a/Shuffle_validation.py +++ b/Shuffle_validation.py @@ -94,6 +94,7 @@ ParamsDict["ExportSim"] = False # Skimp on computation time and power by reducing to 1.2e5. ParamsDict["Simul_length"] = 1.2e6 +ParamsDict["Snip"] = 100 # First we must shuffle it randomly. # Let's Pause by X seconds to make sure the random stuff is working and different across the parallel cpus (based on sys time after all)