Commit e41c5eee authored by Blais, Chris's avatar Blais, Chris
Browse files

change test case to pilot

parent 2621f6bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)