Skip to content

Commit

Permalink
debug change
Browse files Browse the repository at this point in the history
  • Loading branch information
Waelthus committed Dec 13, 2023
1 parent bab22fb commit 1acbad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/picca_compute_fvoigt_hcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def main():
mean_density = np.average(dla_prob_comov_dist, weights=weight_interp)

wave = np.arange(2000, 8000, 1) # TODO this grid may be too sparse
integrand = np.empty((dN_NHI.size, wave.size // 2 + 1))
integrand = np.empty((dN_NHI.size, wave.size))# // 2 + 1))
for i, NHI in enumerate(dN_NHI):
profile_wave = dla_profile(wave, args.z_dla, NHI)
profile_wave /= np.mean(profile_wave)
Expand Down

0 comments on commit 1acbad1

Please sign in to comment.