Loading documenting_failures/soar_compare_nonlinear_pilot.py +1 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ def test_nonlinear_soar(plot=False, random_sampling=False, ptype=1, verbose=1): for key, val in x0.items(): x0[key] = int(val) constr_nl, varbs_nl, coeff_nl, jac_nl = build_test_case_nl(ptype=ptype) constr_nl, varbs_nl, coeff_nl, jac_nl = build_test_case_nl(ptype=ptype, system="pilot") all_varbs = {**varbs_nl, **coeff_nl} # needed for removing values from obs, red for each method (soar doesn't have pressure) Loading Loading
documenting_failures/soar_compare_nonlinear_pilot.py +1 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ def test_nonlinear_soar(plot=False, random_sampling=False, ptype=1, verbose=1): for key, val in x0.items(): x0[key] = int(val) constr_nl, varbs_nl, coeff_nl, jac_nl = build_test_case_nl(ptype=ptype) constr_nl, varbs_nl, coeff_nl, jac_nl = build_test_case_nl(ptype=ptype, system="pilot") all_varbs = {**varbs_nl, **coeff_nl} # needed for removing values from obs, red for each method (soar doesn't have pressure) Loading