hydromodpy.calibration.state#
Shared state primitives reused by both calibration runners.
The functions in this module deal with the out-of-loop concerns:
default
CalibrationStorefactory,params_hash cache preload from DuckDB,
input-file fingerprinting feeding the params_hash context,
helpers to translate a TOML calibration declaration into a runtime
ParameterSpace.
They are intentionally decoupled from the ask/tell loop so the CLI and programmatic runners can share the same plumbing.
Functions
|
Return the scientific context that scopes calibration cache hits. |
|
Open the default calibration store (project catalog DuckDB). |
|
Import a callable from |
|
Return the |
|
Populate |
|
Return a |