Skip to content

Commit

Permalink
indentation corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi0395 committed Aug 29, 2023
1 parent a56874a commit 8d62c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/redrock/zscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def per_camera_coeff_with_least_square(spectra, tdata, nleg, method=None, n_nbh=
for band in ['b', 'r', 'z']:# 3 cameras
ret_zcoeff[band] = old_coeff[band]

coeff = np.concatenate(list(ret_zcoeff.values())
coeff = np.concatenate(list(ret_zcoeff.values()))
return zchi2, coeff

def batch_dot_product_sparse(spectra, tdata, nz, use_gpu):
Expand Down

0 comments on commit 8d62c16

Please sign in to comment.