From e7da892babf5304212d332e0661dd802a99b7d9c Mon Sep 17 00:00:00 2001
From: Michael Reuscher <michael.reuscher@desy.de>
Date: Mon, 7 Aug 2023 11:53:22 +0200
Subject: [PATCH] rework

---
 simrunner/config_processing.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/simrunner/config_processing.py b/simrunner/config_processing.py
index 09e2ef5..0f9375b 100644
--- a/simrunner/config_processing.py
+++ b/simrunner/config_processing.py
@@ -4,11 +4,11 @@ import json
 import os
 
 # List of byte sizes for the events little one for testing
-#BYTE_SIZES = ['16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192',
-                  #'16384', '32768', '65536', '131072', '262144', '524288', '1048576', '2097152',
-                  #'4194304', '8388608', '16777216', '33554432', '67108864']
 BYTE_SIZES = ['16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192',
-                  '16384', '32768', '65536', '131072', '262144', '524288']
+                  '16384', '32768', '65536', '131072', '262144', '524288', '1048576', '2097152',
+                  '4194304', '8388608', '16777216', '33554432', '67108864']
+#BYTE_SIZES = ['16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192',
+                  #'16384', '32768', '65536', '131072', '262144', '524288']
 
 
 # Function to parse command-line arguments
-- 
GitLab