pastas.check.response_memory_vs_warmup ====================================== .. py:function:: pastas.check.response_memory_vs_warmup(ml, cutoff: float = 0.95, names: list[str] | str | None = None) Check if response function memory is shorter than warmup. :param ml: Pastas model instance. :type ml: pastas.Model :param cutoff: Cutoff value for the length of the response function. Default is 0.95, which means that the response function is cutoff at the time the step response is at 95% of the gain. :type cutoff: float, optional :param names: List of stressmodel names to check the memory for. Default is None, which means all stressmodels are checked. :type names: list or str, optional :returns: **df** -- DataFrame with the results of the check. :rtype: pandas.DataFrame .. !! processed by numpydoc !!