It would be good to add units to objects tracing Fourier modes, e.g. with astropy.cosmology.units.littleh. This would ensure little_h consistency throughout the code. Note that, right now, grouping.spherical_average assumes little_h=True and there is no way around it / no way to check consistency with the spherical k-bins given as input.
It would be good to add units to objects tracing Fourier modes, e.g. with
astropy.cosmology.units.littleh
. This would ensure little_h consistency throughout the code. Note that, right now,grouping.spherical_average
assumeslittle_h=True
and there is no way around it / no way to check consistency with the spherical k-bins given as input.