-
Notifications
You must be signed in to change notification settings - Fork 30
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
Feat/comp/inputs #2260
Merged
Merged
Feat/comp/inputs #2260
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…thub.com/PrincetonUniversity/PsyNeuLink into refactor/ocm/state_input_ports_PROBE_FIX
retore append of control_signals in _instantiate_control_projections()
restore append of control_signals in _instantiate_control_projections() • test_composition.py: add test_partially_overlapping_local_and_control_mech_control_specs_in_unnested_and_nested_comp
…unnested_and_nested_comp(): - added clear_registry() to allow names to be reused in both runs of test
docstring: added projections entry to list of attributes - add_controller: added call to _add_node_aux_components() for controller
_add_node_aux_components(): added deletion of item from aux_components if instantiated
- comment out _add_node_aux_components() (causing new failures) - move _instantiate_control_projections to be with _instantiate_control_projections, after self.add_node(self.controller.objective_mechanism (to be more orderly)
…rtially_overlapping... (with addition of _add_aux_components in add_controller commented out)
…y one test: - test_agent_rep_assignement_as_controller_and_replacement
- add_controller: few more minor mods; still passes all tests
- __init__: resrict specification to only one of control, modulatory_signals, or control_signals (synonyms)
…ections for ocm.state_input_ports
- _get_original_senders(): added support for nested composition needs to be checked for more than one level needs to be refactored to be recursive
- _update_state_input_ports_for_controller: fix invalid_state_features to allow input_CIM of nested comp in agent_rep
- _get_original_senders: made recursive
• composition.py: found bug with specification of shadows and probes between "parallel" compositions.
- updates to contribtors - add links to CGO paper
…sity/PsyNeuLink into feat/comp/inputs
_update_shadow_projections: report error for failure to find correct_sender
- add _check_for_unused_projections(): warns if any projections are specified for Nodes that are not used in the comp
…sity/PsyNeuLink into feat/comp/inputs
…Link into feat/comp/inputs � Conflicts: � README.rst � psyneulink/core/compositions/composition.py
…Link into feat/comp/inputs
- test_failure_to_find_node_to_shadow(self): - test_unused_projections_warning
- test_failure_to_find_node_to_shadow(self): - test_unused_projections_warning
COMPOSITION: COMPOSITION -> Composition • test_composition.py: - test_failure_to_find_node_to_shadow(self): - test_unused_projections_warning
COMPOSITION: COMPOSITION -> Composition
- RANDOMIZATION_CONTROL_PROJECTION: dashed line - docstring mods
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
• keywords.py:
COMPOSITION: COMPOSITION -> Composition
• show_graph.py:
• test_composition.py:
- test_failure_to_find_node_to_shadow(self):
- test_unused_projections_warning