Skip to content
Snippets Groups Projects
Commit 8f5625eb authored by Malte Schokolowski's avatar Malte Schokolowski
Browse files

added relative paths

parent acafedee
No related branches found
No related tags found
1 merge request!11merge verarbeitung to main repo
...@@ -111,7 +111,7 @@ def create_graph_structure_references(pub, search_depth, search_depth_max, test_ ...@@ -111,7 +111,7 @@ def create_graph_structure_references(pub, search_depth, search_depth_max, test_
:type pub: Class Publication :type pub: Class Publication
:param search_depth: current depth to search for references :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 :param search_depth_max: maximum depth to search for references
:type search_depth_max: int :type search_depth_max: int
...@@ -163,7 +163,7 @@ def process_references_rec(references_pub_obj_list, search_depth, search_depth_m ...@@ -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 :type references_pub_obj_list: list of objects of type Class Publications
:param search_depth: current depth to search for references :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 :param search_depth_max: maximum depth to search for references
:type search_depth_max: int :type search_depth_max: int
......
No preview for this file type
...@@ -16,8 +16,9 @@ __status__ = "Production" ...@@ -16,8 +16,9 @@ __status__ = "Production"
import json import json
#sys.path.insert(1, 'C:\Users\Malte\Git\CiS-Projekt\ci-s-projekt-verarbeitung\input') #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 from input.interface import InputInterface as Input
#import input
class Publication: class Publication:
......
...@@ -19,7 +19,6 @@ import sys ...@@ -19,7 +19,6 @@ import sys
#sys.path.insert(1, 'C:\Users\Malte\Git\CiS-Projekt\ci-s-projekt-verarbeitung\input') #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.interface import InputInterface as Input
#import input
from Processing import process_main from Processing import process_main
from import_from_json import input_from_json from import_from_json import input_from_json
from update_graph import check_graph_updates from update_graph import check_graph_updates
......
...@@ -16,10 +16,9 @@ __status__ = "Production" ...@@ -16,10 +16,9 @@ __status__ = "Production"
import sys import sys
from pathlib import Path from pathlib import Path
#sys.path.insert(1, 'C:\Users\Malte\Git\CiS-Projekt\ci-s-projekt-verarbeitung\input') #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.interface import InputInterface as Input
from input_test import input_test_func from input_test import input_test_func
#import input
from Knoten_Vergleich import doi_listen_vergleichen from Knoten_Vergleich import doi_listen_vergleichen
from Kanten_Vergleich import back_to_valid_edges from Kanten_Vergleich import back_to_valid_edges
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment