From 442fdfaa914e18d4be7f9ed590de56fbba5066a2 Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" <a.j.jackson@physics.org> Date: Fri, 13 Dec 2019 16:15:53 +0000 Subject: [PATCH] Abins: fix advanced params test --- .../python/plugins/algorithms/AbinsAdvancedParametersTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/PythonInterface/test/python/plugins/algorithms/AbinsAdvancedParametersTest.py b/Framework/PythonInterface/test/python/plugins/algorithms/AbinsAdvancedParametersTest.py index 359fcf96e08..f64311c81f4 100644 --- a/Framework/PythonInterface/test/python/plugins/algorithms/AbinsAdvancedParametersTest.py +++ b/Framework/PythonInterface/test/python/plugins/algorithms/AbinsAdvancedParametersTest.py @@ -44,7 +44,7 @@ class AbinsAdvancedParametersTest(unittest.TestCase): "pkt_per_peak": 50, "max_wavenumber": 4100.0, "min_wavenumber": 0.0, - "broadening_scheme": "legacy", + "broadening_scheme": "auto", "frequencies_threshold": 0.0, "s_relative_threshold": 0.001, "s_absolute_threshold": 1e-7} -- GitLab