Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Nov 16, 2024
1 parent 5041e32 commit 61d05ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/rvspecfit/desi/desi_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ def proc_onespec(
if curd.name not in chisqs:
chisqs[curd.name] = 0
chisqs_c[curd.name] = 0
npixels[curd.name] = 0
chisqs[curd.name] += fit_res['chisq_array'][i]
chisqs_c[curd.name] += chisq_cont_array[i]
npixels[curd.name] += fit_res['npix_array'][i]
Expand Down

0 comments on commit 61d05ec

Please sign in to comment.