Skip to content
Snippets Groups Projects
Commit 1446e747 authored by Joseph Ramsay's avatar Joseph Ramsay
Browse files

Re #20508 Replaced accidentally removed line

parent 8f5d57ec
No related merge requests found
...@@ -149,6 +149,7 @@ class BayesQuasi(PythonAlgorithm): ...@@ -149,6 +149,7 @@ class BayesQuasi(PythonAlgorithm):
o_res = int(self._res_norm) o_res = int(self._res_norm)
# fortran code uses background choices defined using the following numbers # fortran code uses background choices defined using the following numbers
setup_prog.report('Encoding input options')
o_bgd = ['Zero', 'Flat', 'Sloping'].index(self._background) o_bgd = ['Zero', 'Flat', 'Sloping'].index(self._background)
fitOp = [o_el, o_bgd, o_w1, o_res] fitOp = [o_el, o_bgd, o_w1, o_res]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment