Skip to content

Commit

Permalink
Update return documentation for points graph creation
Browse files Browse the repository at this point in the history
cmalinmayor committed Jun 18, 2024
1 parent 490b6f1 commit 12f8217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/motile_toolbox/candidate_graph/compute_graph.py
Original file line number Diff line number Diff line change
@@ -74,8 +74,8 @@ def get_candidate_graph_from_points_list(
will by connected with a candidate edge.
Returns:
tuple[nx.DiGraph, list[set[Any]] | None]: A candidate graph that can be passed
to the motile solver, and a list of conflicting node ids.
nx.DiGraph: A candidate graph that can be passed to the motile solver.
Multiple hypotheses not supported for points input.
"""
# add nodes
cand_graph, node_frame_dict = nodes_from_points_list(points_list)

0 comments on commit 12f8217

Please sign in to comment.