pastas.model.Model.add_transform#
- pastas.model.Model.add_transform(transform: pastas.transform.ThresholdTransform)#
Add a Transform to the model (Deprecated).
Deprecated since version 2.4.0: Use
ps.ThresholdTransform(model=ml, ...)to add a transform directly without calling this method.