pastas.check.parameter_bounds# pastas.check.parameter_bounds(ml: pastas.model.Model, parameters: list[str] | str | None = None)# Check if the optimal parameter values are not on the lower or upper bounds. Parameters: ml (pastas.Model) – Pastas model instance. parameters (list or str, optional) – List of parameter names to check the bounds for. Default is None, which means all parameters are checked. Returns: df – DataFrame with the results of the check. Return type: pandas.DataFrame