pydynamicestimator.tests.test_inverter_init_methods

The inverter offers two initialization methods, dispatched by the per-device _init_method declaration: the staged sequential init (its default) and the generic one-shot joint Newton+LM solve (via finit_anchor_residuals).

The standard gates exercise the sequential default. This test forces the joint method and checks it reproduces the same baselines byte-identically – proving the dispatch works and that the two initialization methods converge to the same operating point.

Functions

test_joint_init_matches_sequential_baseline(monkeypatch)

Module Contents

pydynamicestimator.tests.test_inverter_init_methods.test_joint_init_matches_sequential_baseline(monkeypatch)[source]