Cristóbal Sifón
Cristóbal Sifón
This can also be achieved by creating different instances for different purposes: ```python from icecream import IceCreamDebugger ic1 = IceCreamDebugger() ic2 = IceCreamDebugger() ic1.disable() x = 3 y = 4...
I can have a go at this, but I wonder why would we make it a new attribute of ``GalaxyCluster``, when no other individual columns of ``galcat`` are their own...
Following #404, I would like to suggest here that, while the p(z) should be just another column in `galcat` (as I already suggested), there could be a separate `GalaxyCluster` attribute...
@combet `scipy.integrate.trapz` should do the trick right? or am I missing something?
As I pointed out in #404, I don't see any justification for having different z bins in what is any way a set of poorly sampled probability distributions. `trapz` can...
> Now, regarding the **pdf of the cluster redshift**, I don't have a use case example where it would be necessary to have this implemented at this stage, but maybe...