Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bump minor] Pk1d covariance new #1067

Merged
merged 11 commits into from
Jul 15, 2024
4 changes: 2 additions & 2 deletions bin/picca_Pk1D.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ def process_all_files(index_file_args):
)
else:
pk_noise=pk_diff=np.zeros(pk_raw.shape)
fft_delta_noise = np.zeros(pk_raw.shape,dtype=np.complex_)
fft_delta_diff = np.zeros(pk_raw.shape,dtype=np.complex_)
fft_delta_noise = np.zeros(pk_raw.shape,dtype=np.complex128)
fft_delta_diff = np.zeros(pk_raw.shape,dtype=np.complex128)

# Compute resolution correction, needs uniform binning
if not running_on_raw_transmission:
Expand Down
Loading
Loading