RunResult#
- class hydromodpy.solver.RunResult(converged, output_dir=None, wall_time_s=None, iterations=None, residual=None, diagnostics=<factory>)[source]#
Bases:
objectGeneric outcome dataclass for plugin authors that need richer payloads than
RunExecutionResult.Not part of the canonical adapter signature:
executereturnsRunExecutionResult. Reserved for diagnostics layers and external integrations that wrap the simulation runner.