When printing a fitted model as in `print(model_fitted)`, a converged model prints the line: ``` * Status: success ``` Shouldn't this rather be ``` * Status: converged ```