pastas.solver.timer.SolveTimer.timer ==================================== .. py:method:: pastas.solver.timer.SolveTimer.timer(p: pastas.typing.ArrayLike, n: int = 1) Timer callback for ps.solver.LeastSquares.solve(). :param p: The parameters passed by the callback, which are ignored here. :type p: array-like :param n: The iteration number passed by the callback, which is used to update the progress bar, by default 1. :type n: int, optional .. !! processed by numpydoc !!