Skip to content

Commit

Permalink
Adding missing empty line in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Sep 21, 2023
1 parent b1d666e commit c8d6fc0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ class LinearBiasSystematic(NumberCountsSystematic):
The following parameters are special Updatable parameters, which means that
they can be updated by the sampler, sacc_tracer is going to be used as a
prefix for the parameters:
:ivar alphaz: the redshift exponent of the bias.
:ivar alphag: the growth function exponent of the bias.
:ivar z_piv: the pivot redshift of the bias.
"""

def __init__(self, sacc_tracer: str):
Expand Down Expand Up @@ -121,6 +121,7 @@ class PTNonLinearBiasSystematic(NumberCountsSystematic):
The following parameters are special Updatable parameters, which means that
they can be updated by the sampler, sacc_tracer is going to be used as a
prefix for the parameters:
:ivar b_2: the quadratic bias.
:ivar b_s: the stochastic bias.
"""
Expand Down Expand Up @@ -161,12 +162,12 @@ class MagnificationBiasSystematic(NumberCountsSystematic):
The following parameters are special Updatable parameters, which means that
they can be updated by the sampler, sacc_tracer is going to be used as a
prefix for the parameters:
:ivar r_lim: the limiting magnitude.
:ivar sig_c: the intrinsic dispersion of the source redshift distribution.
:ivar eta: the slope of the luminosity function.
:ivar z_c: the characteristic redshift of the source distribution.
:ivar z_m: the slope of the source redshift distribution.
"""

def __init__(self, sacc_tracer: str):
Expand Down Expand Up @@ -224,8 +225,8 @@ class ConstantMagnificationBiasSystematic(NumberCountsSystematic):
The following parameters are special Updatable parameters, which means that
they can be updated by the sampler, sacc_tracer is going to be used as a
prefix for the parameters:
:ivar mag_bias: the magnification bias.
:ivar mag_bias: the magnification bias.
"""

def __init__(self, sacc_tracer: str):
Expand Down Expand Up @@ -255,8 +256,8 @@ class PhotoZShift(NumberCountsSystematic):
The following parameters are special Updatable parameters, which means that
they can be updated by the sampler, sacc_tracer is going to be used as a
prefix for the parameters:
:ivar delta_z: the photo-z shift.
:ivar delta_z: the photo-z shift.
"""

def __init__(self, sacc_tracer: str):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class MultiplicativeShearBias(WeakLensingSystematic):
The following parameters are special Updatable parameters, which means that
they can be updated by the sampler, sacc_tracer is going to be used as a
prefix for the parameters:
:ivar mult_bias: the multiplicative shear bias parameter.
"""

Expand Down Expand Up @@ -100,6 +101,7 @@ class LinearAlignmentSystematic(WeakLensingSystematic):
The following parameters are special Updatable parameters, which means that
they can be updated by the sampler, sacc_tracer is going to be used as a
prefix for the parameters:
:ivar ia_bias: the intrinsic alignment bias parameter.
:ivar alphaz: the redshift dependence of the intrinsic alignment bias.
:ivar alphag: the growth function dependence of the intrinsic alignment bias.
Expand Down Expand Up @@ -150,10 +152,10 @@ class TattAlignmentSystematic(WeakLensingSystematic):
The following parameters are special Updatable parameters, which means that
they can be updated by the sampler, sacc_tracer is going to be used as a
prefix for the parameters:
:ivar ia_a_1: the amplitude of the linear alignment model.
:ivar ia_a_2: the amplitude of the quadratic alignment model.
:ivar ia_a_d: the amplitude of the density-dependent alignment model.
"""

def __init__(self, sacc_tracer: Optional[str] = None):
Expand Down Expand Up @@ -202,6 +204,7 @@ class PhotoZShift(WeakLensingSystematic):
The following parameters are special Updatable parameters, which means that
they can be updated by the sampler, sacc_tracer is going to be used as a
prefix for the parameters:
:ivar delta_z: the photo-z shift.
"""

Expand Down
3 changes: 2 additions & 1 deletion firecrown/models/cluster_mass_rich_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class ClusterMassRich(ClusterMass):
"""Cluster Mass Richness proxy.
The following parameters are special Updatable parameters, which means that
they can be updated by the sampler.
they can be updated by the sampler:
:ivar mu_p0: mu parameter 0
:ivar mu_p1: mu parameter 1
:ivar mu_p2: mu parameter 2
Expand Down

0 comments on commit c8d6fc0

Please sign in to comment.