From 10fdf6d40ee42675a814e263d7d98f59a1601e50 Mon Sep 17 00:00:00 2001 From: rstiskalek Date: Thu, 25 May 2023 15:19:28 +0100 Subject: [PATCH] Remove limit --- csiborgtools/read/nearest_neighbour_summary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csiborgtools/read/nearest_neighbour_summary.py b/csiborgtools/read/nearest_neighbour_summary.py index 32e249e..f82bf8b 100644 --- a/csiborgtools/read/nearest_neighbour_summary.py +++ b/csiborgtools/read/nearest_neighbour_summary.py @@ -236,7 +236,7 @@ class NearestNeighbourReader: # radial distance and then its nearest neighbour distance. fpaths = self.paths.cross_nearest(simname, run) if simname == "quijote": - fpaths = fpaths[:200] # TODO remove later. + fpaths = fpaths out = numpy.zeros((self.nbins_radial, self.nbins_neighbour), dtype=numpy.float32) for fpath in tqdm(fpaths) if verbose else fpaths: