diff --git a/tests/MMS/spatial/fci/runtest b/tests/MMS/spatial/fci/runtest index 6248c75afb..a2785a24ae 100755 --- a/tests/MMS/spatial/fci/runtest +++ b/tests/MMS/spatial/fci/runtest @@ -159,7 +159,9 @@ for nslice in nslices: stdout.write(", {:f} (small spacing)".format(order)) # Should be close to the expected order - if order > method_orders[nslice]["order"] * 0.95: + if order > method_orders[nslice]["order"] * ( + 0.6 if "monot" in method else 0.95 + ): print("............ PASS\n") else: print("............ FAIL\n")