LSSTDESC / TXPipe

Pipeline elements for 3x2pt analysis (shear-shear, shear-density, density-density) for DC2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in naming for the metacal source selector

empEvil opened this issue · comments

def apply_simple_redshift_cut(self, data):

references data while the base class version of the function references def apply_simple_redshift_cut(self, shear_data): this is not an issue if you are using true_z but if not it will try and access shear_data which is not defined!

same happens in the meta detect part

@joezuntz Still an issue