Skip to content
Snippets Groups Projects
Commit fabc051c authored by Sven-Ove Hänsel's avatar Sven-Ove Hänsel
Browse files

Node limit deleted

parent 25d4843f
No related branches found
No related tags found
No related merge requests found
......@@ -150,8 +150,6 @@ def parse_json_to_cypher(data_list) :
batchData = batchDataHolder()
all_values = {}
if nodes_count>2400000:
print('2400000 Nodes')
for input_string in data_list: # run throuh subgraphs of the Batch
nodes_count = nodes_count +1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment