Skip to content

fix typo in UniformLogRedshift

Amanda Farah requested to merge hotfix-typo into master

prob() in UniformLogRedshift class called variables self.max_z and self.min_z which did not exist. Switched them to self.z_{max/min}

Merge request reports

Loading