You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement a constructor of Tree with all the atributes(tree_structure, idx_leaf_nodes and output);
Create the class method new_tree with the previous behaviour of the constructor;
Change the implementation of copy on Tree, avoiding deepcopying all and just deepcopying the output;
Improve method trim(), previously we copy all and then we delete the atributes that we do not need, now we just create the tree copying the atributes that we care;
Insted of creating an empty list and append each particle we create an comprehensive list;
We implement the method copy on ParticleTree, instead of deepcopying;
* Changes Code Review;
0 commit comments