hermess.tests.test_inverter_init_methods ======================================== .. py:module:: hermess.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``). This test forces the joint method and checks it reproduces the sequential-init baselines byte-identically: the dispatch works and both methods converge to the same operating point. Functions --------- .. autoapisummary:: hermess.tests.test_inverter_init_methods.test_joint_init_matches_sequential_baseline Module Contents --------------- .. py:function:: test_joint_init_matches_sequential_baseline(monkeypatch)