Skip to content

Commit

Permalink
Disables expensive check from get_two_hop_neighbors PLC call.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed Jan 20, 2024
1 parent 969c0a8 commit 4e77046
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ def _call_plc_two_hop_neighbors(sID, mg_graph_x, start_vertices):
resource_handle=ResourceHandle(Comms.get_handle(sID).getHandle()),
graph=mg_graph_x,
start_vertices=start_vertices,
do_expensive_check=True,
do_expensive_check=False,
)
return results_

Expand Down

0 comments on commit 4e77046

Please sign in to comment.