-
Notifications
You must be signed in to change notification settings - Fork 32
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
refactor/linearmatrix_matrixtransform #3101
Conversation
…Link into devel # Conflicts: # Scripts/Models (Under Development)/EGO/Using EMComposition/ScriptControl.py # Scripts/Models (Under Development)/EGO/Using EMComposition/TestParams.py
- LinearMatrix -> LinearTransform PASSES ALL TESTS
- rename LinearCombination as LinearTransform and move to combinationfunctions.py • combinationfunctions.py - add LinearTransform PASSES ALL TESTS
• transformfunctions.py LinearTransform -> MatrixTransform
LinearTransform -> MatrixTransform
…ub.com/PrincetonUniversity/PsyNeuLink into refactor/linearmatrix_>matrixtransform
…ub.com/PrincetonUniversity/PsyNeuLink into refactor/linearmatrix_>matrixtransform
…Link into refactor/linearmatrix_>matrixtransform # Conflicts: # psyneulink/library/compositions/emcomposition.py # tests/ports/test_input_ports.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
• transferfunctions.py
rename LinearCombination as MatrixTransform and move to transformfunctions.py
• transformfunctions
add MatrixTransform
MatrixTransform: add operation parameter
• combinationfunctions(.py) -> transformfunctions(.py)
• recurrenttransfermechanism.py
• lccontrolmechanism.py:
• emcomposition.py:
use MatrixTransform(operation=L0) w/o normalization for retrieval if len(key)==1
• 'EGO Model - CSW with Simple Integrator.py':