Closed PabloCorcho closed 1 month ago
I fixed a potential issue at masses = np.ones_like(ages)
, since this way the masses would inherit the age unit.
When you implemented get_weights did you intended it to be a staticmethod? Otherwise you forgot to include the self
argument in the method
There was a bug on the computation of weights in
ParticleGridCEM