Commit 187c2678 authored by McDonnell, Marshall's avatar McDonnell, Marshall
Browse files

Fixes for run gsas2 fit tests on new method args

parent 2d45616a
Loading
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -14,12 +14,11 @@ def test_gsas2_fit_single_phase(si_cif, si_gsas, nomad_instrument_parameters):
    xmax = 15000

    run_gsas2_fit(
        structure_path = [si_cif],
        structure_paths = [si_cif],
        gsas_input_path = si_gsas,
        instrument_params_path = nomad_instrument_parameters,
        output_stem_fn = output_stem,
        stype = stype,
        bank = bank,
        banks = bank,
        xmin = xmin,
        xmax = xmax,
        output_path = output_path,
@@ -41,12 +40,11 @@ def test_gsas2_fit_multi_phase(si_cif, si_gsas, nomad_instrument_parameters):
    xmax = 15000

    run_gsas2_fit(
        structure_path = [si_cif, si_cif],
        structure_paths = [si_cif, si_cif],
        gsas_input_path = si_gsas,
        instrument_params_path = nomad_instrument_parameters,
        output_stem_fn = output_stem,
        stype = stype,
        bank = bank,
        banks = bank,
        xmin = xmin,
        xmax = xmax,
        output_path = output_path,