From ad6d5fd90735e75c3e62a1e2affdbbcc16adc2b8 Mon Sep 17 00:00:00 2001
From: Ben Webb <ben@salilab.org>
Date: Wed, 20 Nov 2019 09:42:49 -0800
Subject: [PATCH] Add function name spelling exceptions

---
 test/standards_exceptions | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/test/standards_exceptions b/test/standards_exceptions
index 1d3fa89..4dbfe28 100755
--- a/test/standards_exceptions
+++ b/test/standards_exceptions
@@ -1,4 +1,8 @@
 value_object_exceptions=[]
-function_name_exceptions=[]
+function_name_exceptions=[
+    'GaussianEMRestraint.debug', 'gem_score_cc',
+    'get_rmsd_excluding_higher_than',
+    'get_rmsd_of_best_population', 'sgn'
+]
 show_exceptions=[]
 spelling_exceptions=[]
-- 
GitLab