euromod_linking.methods.base¶
What every linking method is handed and what it returns.
A method implements apply and check_dataset, plus an optional
preview, and must be deterministic: same input data, same shocks, same
params gives bit-identical output.
Exceptions¶
Raised by a method for domain failures (infeasible targets, bad state). |
Classes¶
Module Contents¶
- exception euromod_linking.methods.base.MethodError[source]¶
Raised by a method for domain failures (infeasible targets, bad state).