Commit d000fbc
fix: use dynamic shape for cl_noise array in pseudo-Cl calculation
cl_noise was hardcoded to (4, n_ell_bins) which breaks for linear
binning where the number of bins differs from n_ell_bins. Use
zeros_like(cl_shear) to match the actual output shape.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 089a40d commit d000fbc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2926 | 2926 | | |
2927 | 2927 | | |
2928 | 2928 | | |
2929 | | - | |
| 2929 | + | |
2930 | 2930 | | |
2931 | 2931 | | |
2932 | 2932 | | |
| |||
0 commit comments