Advertisement
lerakaneva

Untitled

May 30th, 2025
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.47 KB | None | 0 0
  1. frontend-1  |
  2. frontend-1  | <class 'neo4j._sync.work.result.Result'>
  3. frontend-1  | ============================================================
  4. frontend-1  | ERROR in PATH SEARCH:
  5. frontend-1  | ============================================================
  6. frontend-1  | Traceback (most recent call last):
  7. frontend-1  |   File "/predictive.llc/src/dash_app.py", line 1105, in submit_path_search
  8. 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)
  9. frontend-1  |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10. frontend-1  |   File "/predictive.llc/src/Neo4jSearch.py", line 411, in Graphsearch
  11. 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('_',' '))
  12. frontend-1  |                                                                                     ^^^^^^^^^^^^^^^^^^^^
  13. frontend-1  | TypeError: argument of type 'int' is not iterable
  14. frontend-1  |
  15. frontend-1  | ============================================================
  16. frontend-1  | Error type: <class 'TypeError'>
  17. frontend-1  | Error message: argument of type 'int' is not iterable
  18. frontend-1  | ============================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement