mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 12:18:01 +00:00
Remove limit
This commit is contained in:
parent
4eed5e1cc2
commit
10fdf6d40e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue