Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- frontend-1 |
- frontend-1 | <class 'neo4j._sync.work.result.Result'>
- frontend-1 | ============================================================
- frontend-1 | ERROR in PATH SEARCH:
- frontend-1 | ============================================================
- frontend-1 | Traceback (most recent call last):
- frontend-1 | File "/predictive.llc/src/dash_app.py", line 1105, in submit_path_search
- frontend-1 | answersdf = Graphsearch(graph_db,start_nodes,end_nodes,searched_nodes_dict,searched_options_dict,searched_edges_dict,metadata_bool,timeout_ms=120000,limit_results=10000)
- frontend-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- frontend-1 | File "/predictive.llc/src/Neo4jSearch.py", line 411, in Graphsearch
- frontend-1 | robokop_output[j].append(str(m[l+1]).replace('biolink:','').replace('_',' ') if 'null' not in m[l+1] else str(m[l]).replace('biolink:','').replace('_',' '))
- frontend-1 | ^^^^^^^^^^^^^^^^^^^^
- frontend-1 | TypeError: argument of type 'int' is not iterable
- frontend-1 |
- frontend-1 | ============================================================
- frontend-1 | Error type: <class 'TypeError'>
- frontend-1 | Error message: argument of type 'int' is not iterable
- frontend-1 | ============================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement