Skip to content

Commit

Permalink
gg
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimerzp committed Jul 19, 2024
1 parent d304a24 commit 202c47f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,6 @@ def fixture_sacc_galaxy_cwindows():
tracers[f"lens{i}"] = (z, dndz)

for i, j in upper_triangle_indices(len(src_bins_centers)):

weights = (
np.eye(ells.shape[0], nobs, dtype=np.float64)
+ np.eye(ells.shape[0], nobs, k=5, dtype=np.float64)
Expand Down

0 comments on commit 202c47f

Please sign in to comment.