RunResult#

class hydromodpy.solver.RunResult(converged, output_dir=None, wall_time_s=None, iterations=None, residual=None, diagnostics=<factory>)[source]#

Bases: object

Generic outcome dataclass for plugin authors that need richer payloads than RunExecutionResult.

Not part of the canonical adapter signature: execute returns RunExecutionResult. Reserved for diagnostics layers and external integrations that wrap the simulation runner.

Parameters: