glass-dev / glass

Generator for Large Scale Structure
https://glass.readthedocs.io
MIT License
31 stars 7 forks source link

BUG(fields): infer correct lmax in effective_cls() #153

Closed ntessore closed 6 months ago

ntessore commented 6 months ago

Fixes a bug in the effective_cls() function that caused the returned arrays to be 1 entry too long when lmax was not given explicitly.

Closes: #152 Fixed: A bug in effective_cls() that caused arrays to be one entry too long if lmax was not given explicitly.