Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data transform: Collapse a subtree #545

Closed
gregtatum opened this issue Aug 24, 2017 · 3 comments · Fixed by #721
Closed

Data transform: Collapse a subtree #545

gregtatum opened this issue Aug 24, 2017 · 3 comments · Fixed by #721
Assignees
Labels
data transform Call tree transformations, e.g. Merge Function, Focus function quantum flow Issues important to the Quantum Flow team

Comments

@gregtatum
Copy link
Member

                  A:3,0                             A:3,0
                    |                                 |
                    v                                 v
                  B:3,0                             B:3,2
                  /    \     Collapse subtree C    /     \
                 v      v           -->           v       v
             C:2,0     H:1,0                    C:2,2     H:1,0
            /      \         \                              |
           v        v         v                             v
         D:1,0     F:1,0     F:1,1                        F:1,1
         |           |                   
         v           v             
       E:1,1       G:1,1                            

@gregtatum gregtatum added the data transform Call tree transformations, e.g. Merge Function, Focus function label Aug 24, 2017
@gregtatum gregtatum added the quantum flow Issues important to the Quantum Flow team label Sep 1, 2017
@gregtatum
Copy link
Member Author

@mstange do we want collapse-subtree-node or collapse-subtree-function, or both?

@mstange
Copy link
Contributor

mstange commented Sep 18, 2017

I asked Jeff, who asked for this transformation initially, and he only wants collapse-subtree-function.

@gregtatum gregtatum self-assigned this Nov 27, 2017
@gregtatum
Copy link
Member Author

I'm working on this next for the transforms, although I might not get to it until Q1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data transform Call tree transformations, e.g. Merge Function, Focus function quantum flow Issues important to the Quantum Flow team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants