Unverified Commit b581f7bf authored by Akke Viitanen's avatar Akke Viitanen
Browse files

add luminosity function return statement

parent 779a75d1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -436,6 +436,12 @@ class CatalogCombined:
        use_occupation_fraction: bool
            weight LF by occupation fraction

        Returns
        -------
        x, dx, y, dy:
            Bin centers (x), Bin width (dx), Counts (y), Delta counts (dy). Error
            on the counts is assumed to be Poissonian i.e. sqrt(Ncounts).

        """
        # select in redshift
        z = self["Z"]