Loading tests/test_run_gsas2_fit.py +5 −5 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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, Loading Loading
tests/test_run_gsas2_fit.py +5 −5 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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, Loading