diff --git a/verarbeitung/Processing.py b/verarbeitung/Processing.py index 20f5f7ebe0ffddd86d6c2f6801dd143d4d4355b3..a3e245a6e337d089ec1fee75c1827a4be0df7ba3 100644 --- a/verarbeitung/Processing.py +++ b/verarbeitung/Processing.py @@ -111,7 +111,7 @@ def create_graph_structure_references(pub, search_depth, search_depth_max, test_ :type pub: Class Publication :param search_depth: current depth to search for references - :type search_depth_max: int + :type search_depth: int :param search_depth_max: maximum depth to search for references :type search_depth_max: int @@ -163,7 +163,7 @@ def process_references_rec(references_pub_obj_list, search_depth, search_depth_m :type references_pub_obj_list: list of objects of type Class Publications :param search_depth: current depth to search for references - :type search_depth_max: int + :type search_depth: int :param search_depth_max: maximum depth to search for references :type search_depth_max: int diff --git a/verarbeitung/__pycache__/Processing.cpython-39.pyc b/verarbeitung/__pycache__/Processing.cpython-39.pyc index 90f7cd3267ec98dad7fc318985409cf899e280d6..f16ff9fc08e6d1b3ae555bd65772c0b66c866779 100644 Binary files a/verarbeitung/__pycache__/Processing.cpython-39.pyc and b/verarbeitung/__pycache__/Processing.cpython-39.pyc differ diff --git a/verarbeitung/import_from_json.py b/verarbeitung/import_from_json.py index 22e30ecff060bf6680452935116dad9e75123e50..9fe099f0e794933fdd12dc4b3bf85af290dd19dc 100644 --- a/verarbeitung/import_from_json.py +++ b/verarbeitung/import_from_json.py @@ -16,8 +16,9 @@ __status__ = "Production" import json #sys.path.insert(1, 'C:\Users\Malte\Git\CiS-Projekt\ci-s-projekt-verarbeitung\input') +import sys +sys.path.append("../") from input.interface import InputInterface as Input -#import input class Publication: diff --git a/verarbeitung/print_graph_test.py b/verarbeitung/print_graph_test.py index 3925ca12d845afdc121408514cff03cd5bb8d054..3209485d6d8cd65449c7e151b54616d3cf67568e 100644 --- a/verarbeitung/print_graph_test.py +++ b/verarbeitung/print_graph_test.py @@ -19,7 +19,6 @@ import sys #sys.path.insert(1, 'C:\Users\Malte\Git\CiS-Projekt\ci-s-projekt-verarbeitung\input') sys.path.append("../") from input.interface import InputInterface as Input -#import input from Processing import process_main from import_from_json import input_from_json from update_graph import check_graph_updates diff --git a/verarbeitung/update_graph.py b/verarbeitung/update_graph.py index d17884556e0753fba53979603e7cb469d6c5b8c8..571106805bb5952d7531289f8dbd1854d0792aca 100644 --- a/verarbeitung/update_graph.py +++ b/verarbeitung/update_graph.py @@ -16,10 +16,9 @@ __status__ = "Production" import sys from pathlib import Path #sys.path.insert(1, 'C:\Users\Malte\Git\CiS-Projekt\ci-s-projekt-verarbeitung\input') -sys.path.append(".") +sys.path.append("../") from input.interface import InputInterface as Input from input_test import input_test_func -#import input from Knoten_Vergleich import doi_listen_vergleichen from Kanten_Vergleich import back_to_valid_edges