diff --git a/Utilities/pythontools/py_spec/ci/test.py b/Utilities/pythontools/py_spec/ci/test.py index 57708c5d..94b1411e 100755 --- a/Utilities/pythontools/py_spec/ci/test.py +++ b/Utilities/pythontools/py_spec/ci/test.py @@ -23,6 +23,8 @@ def compare(data, reference, localtol=1e-6, action='ERR'): """ global match for key, value in vars(data).items(): + if key in ['Lconstraint', 'LBeltrami']: + continue if isinstance(value, SPECout): # recurse data (csmiet: I'm not the biggest fan of this recursion...) print('------------------') print('Elements in '+key)