LSSTDESC / rail_base

Base classes for RAIL
MIT License
0 stars 1 forks source link

Move calculated_point_estimates logic into `CatEstimator` base class #41

Closed drewoldag closed 10 months ago

drewoldag commented 1 year ago

I started implementing logic to obey self.config.calculated_point_estimates in the various subclasses of CatEstimator assuming that the work to actually calculate the point estimates would be slightly different for each estimator. In fact it is largely the same, so the logic can be moved into CatEstimator base class.

drewoldag commented 11 months ago

Going to do a little more work on this issue: