Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aboucaud committed Apr 29, 2024
1 parent b0fca8f commit 9f25073
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_angular_cl.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ def test_lensing_cl_delta():
nz_smail1 = smail_nz(1.0, 2.0, 1.0)
nz_smail2 = smail_nz(1.4, 2.0, 1.0)
tracer_ccl = ccl.WeakLensingTracer(cosmo_ccl, dndz=(z, nzs_s(z)), use_A_ia=False)
tracer_cclb = ccl.WeakLensingTracer(cosmo_ccl, dndz=(z, nz_smail2(z)), use_A_ia=False)
tracer_cclb = ccl.WeakLensingTracer(
cosmo_ccl, dndz=(z, nz_smail2(z)), use_A_ia=False
)
tracer_jax = probes.WeakLensing([nz])
tracer_jaxb = probes.WeakLensing([nz, nz_smail1, nz_smail2])

Expand Down

0 comments on commit 9f25073

Please sign in to comment.