pydynamicestimator.tests.test_inverter_init_methods =================================================== .. py:module:: pydynamicestimator.tests.test_inverter_init_methods .. autoapi-nested-parse:: 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 --------- .. autoapisummary:: pydynamicestimator.tests.test_inverter_init_methods.test_joint_init_matches_sequential_baseline Module Contents --------------- .. py:function:: test_joint_init_matches_sequential_baseline(monkeypatch)