tracts.driver_utils._default_param_bounds#
- _default_param_bounds(demographic_model, param)#
Returns the default (pre-narrowing) admissible bounds for
param, i.e. the bounds it would have without any user-specified narrowing from the driver’sboundssection. These come from the parameter’s type (seetracts.demography.parameter.ParamType), except TIME parameters, whose default bounds are the model’s(min_time, max_time)(seeBaseParametrizedDemography.add_parameter).- Return type:
tuple[float,float]