Fixed boost dependency. Fixed I/O in test bispectrum
This commit is contained in:
parent
c61daed876
commit
8b2f0f7557
3 changed files with 6 additions and 2 deletions
|
@ -17,7 +17,7 @@ def myfun(N):
|
|||
|
||||
y = BB/x
|
||||
|
||||
np.savez("bispec_%d.npy" % N, y=y, B=B, P=P, rho=rho);
|
||||
np.savez("bispec_%d.npz" % N, y=y, B_nt=B[0], B_r=B[1], P_n=P[0], P=P[1], rho=rho);
|
||||
|
||||
|
||||
print( timeit.timeit('from __main__ import myfun; myfun(16)', number=1) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue