pastas.model.Model.add_transform ================================ .. py:method:: pastas.model.Model.add_transform(transform: pastas.transform.ThresholdTransform) Add a Transform to the model (Deprecated). .. deprecated:: 2.4.0 Use ``ps.ThresholdTransform(model=ml, ...)`` to add a transform directly without calling this method. .. !! processed by numpydoc !!