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

During tree initialization from a plan, leaf details should be copied from the leaf nodes #87

Open
ilya-kolchinsky opened this issue Dec 9, 2021 · 0 comments
Labels
good first issue Good for newcomers trivial Very simple fixes or enhancements

Comments

@ilya-kolchinsky
Copy link
Owner

No description provided.

@ilya-kolchinsky ilya-kolchinsky added trivial Very simple fixes or enhancements good first issue Good for newcomers labels Dec 9, 2021
mhurvits added a commit that referenced this issue Mar 11, 2022
1. deleted set_condition function from Node.py and replaces its use in construct_tree function in Tree.py with apply_condition that has already been written.
2. added copping of the condition to the root in init_tree

Issue #87: IN PROGRESS
1. changed LeafNode.py initialization to receive tree plan and changed the initialization of the details: index, name, type to the ones in the tree plan given as input.
* still a problem in event_types_listeners that affect all the adaptive tests
mhurvits added a commit that referenced this issue Mar 15, 2022
Changed initialization of primitive_event_structure at handle_primitive_event in Tree.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers trivial Very simple fixes or enhancements
Projects
None yet
Development

No branches or pull requests

1 participant