Skip to content
Snippets Groups Projects
Commit 8bae0e84 authored by Michael Wedel's avatar Michael Wedel
Browse files

Refs #11043. Fixing CodeConventions system test

parent 42323ede
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,9 @@ FUNC_BAD_PARAMS = { ...@@ -53,7 +53,9 @@ FUNC_BAD_PARAMS = {
"f0_Xoffset", "f0_Yoffset", "f0_Zoffset", "f0_Xoffset", "f0_Yoffset", "f0_Zoffset",
"f0_Xrot", "f0_Yrot", "f0_Zrot", "f0_Xrot", "f0_Yrot", "f0_Zrot",
"l0", "t0"), "l0", "t0"),
"StretchedExpFT":("height", "tau", "beta") "StretchedExpFT":("height", "tau", "beta"),
"PawleyParameterFunction":("a","b","c"),
"PawleyFunction":("f0.a","f0.b","f0.c", "f0.Alpha", "f0.Beta", "f0.Gamma", "f0.ZeroShift"),
} }
class Algorithms(stresstesting.MantidStressTest): class Algorithms(stresstesting.MantidStressTest):
......
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