Commit 70cfa5af authored by McDonnell, Marshall's avatar McDonnell, Marshall
Browse files

Fixes for test on new api for run_gsas2_fit

parent e7ae8739
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@ def test_gsas2_fit_nomad_neutron_si_single_phase(si_cif, si_neutron_gsas, nomad_
    xmax = 15000

    run_gsas2_fit(
        structure_path = [si_cif],
        structure_paths = [si_cif],
        gsas_input_path = si_neutron_gsas,
        instrument_params_path = nomad_instrument_parameters,
        instrument_params_path = nomad_neutron_instrument_parameters,
        output_stem_fn = output_stem,
        banks = bank,
        xmin = xmin,
@@ -38,9 +38,9 @@ def test_gsas2_fit_nomad_neutron_si_multi_phase(si_cif, si_neutron_gsas, nomad_n
    xmax = 15000

    run_gsas2_fit(
        structure_path = [si_cif, si_cif],
        gsas_input_path = si_gsas,
        instrument_params_path = nomad_instrument_parameters,
        structure_paths = [si_cif, si_cif],
        gsas_input_path = si_neutron_gsas,
        instrument_params_path = nomad_neutron_instrument_parameters,
        output_stem_fn = output_stem,
        banks = bank,
        xmin = xmin,