diff --git a/chp_utils/chp_utils b/chp_utils/chp_utils deleted file mode 120000 index 80242e0..0000000 --- a/chp_utils/chp_utils +++ /dev/null @@ -1 +0,0 @@ -/home/veenhouse/chp_developer/chp_utils/chp_utils \ No newline at end of file diff --git a/chp_utils/semantic_operations/__pycache__/semantic_processor.cpython-38.pyc b/chp_utils/semantic_operations/__pycache__/semantic_processor.cpython-38.pyc deleted file mode 100644 index 299b56e..0000000 Binary files a/chp_utils/semantic_operations/__pycache__/semantic_processor.cpython-38.pyc and /dev/null differ diff --git a/chp_utils/semantic_operations/__pycache__/semantic_processor_exceptions.cpython-38.pyc b/chp_utils/semantic_operations/__pycache__/semantic_processor_exceptions.cpython-38.pyc deleted file mode 100644 index b8e3f3a..0000000 Binary files a/chp_utils/semantic_operations/__pycache__/semantic_processor_exceptions.cpython-38.pyc and /dev/null differ diff --git a/chp_utils/trapi_query_processor.py b/chp_utils/trapi_query_processor.py index f5f5986..e87d16c 100644 --- a/chp_utils/trapi_query_processor.py +++ b/chp_utils/trapi_query_processor.py @@ -138,7 +138,6 @@ def normalize_to_preferred(self, queries, meta_knowledge_graph=None, with_normal # Get all curies to normalize curies_to_normalize = self._extract_all_curies(queries) - # Get normalized nodes try: normalization_dict = node_normalizer_client.get_normalized_nodes(curies_to_normalize)