Skip to content
Snippets Groups Projects

stable version and bug fixes for graph update

Merged Schokolowski, Malte requested to merge bav1758/ci-s-projekt-verarbeitung:main into main
7 files
+ 34
12
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -120,7 +120,7 @@ def create_graph_structure_citations(pub, search_depth, search_depth_max, cit_ty
if (search_depth < search_depth_max): #checks if its a test and chooses input function accordingly
citation_pub_obj = get_pub(citation.doi_url, test_var)
if (type(citation_pub_obj) != Publication):
print(pub)
#print(pub)
continue
if (cit_type == "Citation"):
Loading