In all examples in the documentation for model setup, we call model = setup.set_....(model) in order to setup some parts of the model. However, this reassignment of model is not required, so I'll need to remove it from the documentation (and all automated tests).
In all examples in the documentation for model setup, we call
model = setup.set_....(model)
in order to setup some parts of the model. However, this reassignment of model is not required, so I'll need to remove it from the documentation (and all automated tests).