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