Skip to content

Commit

Permalink
remove commit changing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
londumas committed Jan 19, 2019
1 parent f52ddae commit 315923f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions py/picca/fitter2/pk.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ def pk_hcd_Rogers2018_uv_cross(k, pk_lin, tracer1, tracer2, **kwargs):
bias_gamma = kwargs["bias_gamma"]
bias_prim = kwargs["bias_prim"]
lambda_uv = kwargs["lambda_uv"]

W = sp.arctan(k*lambda_uv)/(k*lambda_uv)

key = "bias_hcd_{}".format(kwargs['name'])
Expand Down
1 change: 1 addition & 0 deletions py/picca/fitter2/xi.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def broadband(r, mu, deg_r_min=None, deg_r_max=None,
if rp_rt:
r1 = (r/100)*mu
r2 = (r/100)*sp.sqrt(1-mu**2)

r1_pows = sp.arange(deg_r_min, deg_r_max+1, ddeg_r)
r2_pows = sp.arange(deg_mu_min, deg_mu_max+1, ddeg_mu)
BB = [kwargs['{} ({},{})'.format(name,i,j)] for i in r1_pows
Expand Down

0 comments on commit 315923f

Please sign in to comment.