Skip to content

Commit

Permalink
Merge branch 'clmm-update-nov-2024' of https://github.com/LSSTDESC/TX…
Browse files Browse the repository at this point in the history
…Pipe into clmm-update-nov-2024
  • Loading branch information
joezuntz committed Nov 7, 2024
2 parents 1652b14 + fb1809d commit e42f778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stages:
- name: CLClusterBinningRedshiftRichness
nprocess: 1
- name: CLClusterShearCatalogs
nprocess: 1 #>1 does not work with mpi
nprocess: 32 #>1 does not work with mpi
- name: CLClusterEnsembleProfiles
nprocess: 1
# - name: CLClusterDataVector
Expand Down
2 changes: 1 addition & 1 deletion txpipe/extensions/clmm/sources_select_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def run(self):
indices = np.zeros(0, dtype=int)
weights = np.zeros(0)
tangential_comps = np.zeros(0)
cross_comp = np.zeros(0)
cross_comps = np.zeros(0)
distances = np.zeros(0)
else:
# Each process flattens the list of all the galaxies for this cluster
Expand Down

0 comments on commit e42f778

Please sign in to comment.