Skip to content

Commit

Permalink
Refactor tensor_based_cfpq signature in tasks.md (swap start_nodes wi…
Browse files Browse the repository at this point in the history
…th final_nodes)
  • Loading branch information
ItIsMrLaG authored and WoWaster committed Nov 5, 2024
1 parent ad383d6 commit c740c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@
def tensor_based_cfpq(
rsm: pyformlang.rsa.RecursiveAutomaton,
graph: nx.DiGraph,
final_nodes: set[int] = None,
start_nodes: set[int] = None,
final_nodes: set[int] = None,
) -> set[tuple[int, int]]:
pass

Expand Down

0 comments on commit c740c51

Please sign in to comment.