From 922b35f81ed720ca553f622ae17ebddcb73b44ee Mon Sep 17 00:00:00 2001 From: rstiskalek Date: Fri, 20 Sep 2024 16:57:48 +0100 Subject: [PATCH] Update CF4 ICs --- csiborgtools/read/paths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csiborgtools/read/paths.py b/csiborgtools/read/paths.py index e71a238..5bcc902 100644 --- a/csiborgtools/read/paths.py +++ b/csiborgtools/read/paths.py @@ -136,7 +136,7 @@ class Paths: for file in files if search(r'realization(\d+)_delta\.fits', file)] # noqa files = [int(file) for file in files] # Downsample to only 20 realisations - files = files[::5] + # files = files[::5] elif simname in ["Carrick2015", "Lilow2024", "no_field", "CLONES"]: files = [0] elif "IndranilVoid" in simname: