Skip to content

Commit

Permalink
assignment issue in zfind() resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi0395 committed Mar 26, 2023
1 parent d350f24 commit 54e5217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/redrock/external/desi.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ def rrdesi(options=None, comm=None):
scandata, zfit = zfind(targets, dtemplates, mpprocs,
nminima=args.nminima, archetypes=args.archetypes,
nearest_nbh=args.nearest_nbh, n_nbh=args.n_nbh,
priors=args.priors, chi2_scan=args.chi2_scan, use_gpu=use_gpu, archetype_data_dict=archetype_data_dict)
priors=args.priors, chi2_scan=args.chi2_scan, use_gpu=use_gpu, archetype_data_dict=full_gal_data)

stop = elapsed(start, "Computing redshifts", comm=comm)

Expand Down

0 comments on commit 54e5217

Please sign in to comment.