Skip to content

Commit

Permalink
[chore] update cf_internal
Browse files Browse the repository at this point in the history
  • Loading branch information
yashbonde committed Oct 11, 2023
1 parent 9265082 commit c8e1927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cf_internal
2 changes: 2 additions & 0 deletions chainfury/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,8 @@ def __init__(
self.topo_order = topological_sort(self.edges)
self.sample = sample
self.main_in = main_in

op_key = main_out.split("/")[-1] # TODO: @yashbonde - make this useful
self.main_out = main_out

for node_id in self.topo_order:
Expand Down

0 comments on commit c8e1927

Please sign in to comment.