LSSTDESC / pz_blend

impact of blending on photo-zs using DC2 truth catalogs and image catalogs
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Fix dtype in EvaluatePostFiltering #12

Closed enourbakhsh closed 4 years ago

enourbakhsh commented 4 years ago

Pandas eval does not respect the data types. This adds a built-in evaluator that is generally faster than pandas eval and gives the right data types.