From 89239939d3d0d8be10e1aff23c29d18f93b5318b Mon Sep 17 00:00:00 2001 From: rstiskalek Date: Fri, 20 Sep 2024 13:27:20 +0100 Subject: [PATCH] Remove downsampling --- csiborgtools/read/paths.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/csiborgtools/read/paths.py b/csiborgtools/read/paths.py index 8805d1f..e71a238 100644 --- a/csiborgtools/read/paths.py +++ b/csiborgtools/read/paths.py @@ -118,8 +118,6 @@ class Paths: fdir = join(fdir, "2MPP_N128_DES_V1", "resimulations", "R512") files = glob(join(fdir, "mcmc_*")) files = [int(search(r'mcmc_(\d+)', f).group(1)) for f in files] - # Downsample at the moment to only 20, instead of 40 - files = files[::2] else: raise ValueError(f"Unknown MANTICORE simulation `{simname}`.") elif simname == "csiborg2X":