-
Notifications
You must be signed in to change notification settings - Fork 31
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
Devel #1748
Merged
Merged
Devel #1748
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
subclass from common ParameterBase instead of directly from types.SimpleNamespace
- serve as a reference to a Parameter on one of the Component's attributes or other Parameters - values are shared between target Parameter and SharedParameter - when included in constructor, automatically passed on instantiation to the relevant secondary Function ControlSignal: make several parameters FunctionParameters - needed to be included in this commit due to validation in test_control_signal_intensity_cost_function
Add FunctionParameter and SharedParameter subclasses
kmantel
approved these changes
Sep 9, 2020
This pull request introduces 1 alert and fixes 1 when merging b84c5fe into 86a09ca - view on LGTM.com new alerts:
fixed alerts:
|
SamKG
approved these changes
Sep 10, 2020
Some dependencies are available via sdist. Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
grpc/grpc#24106 Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Avoids breakage on windows python 3.8 Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
This pull request introduces 1 alert and fixes 1 when merging d128e4e into 86a09ca - view on LGTM.com new alerts:
fixed alerts:
|
Update github-actions.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v1 to v2.1.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...24156c2) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.1.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...5874080) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v1...5ca27f2) Signed-off-by: dependabot[bot] <support@github.com>
This pull request introduces 1 alert and fixes 1 when merging fc6dc94 into 86a09ca - view on LGTM.com new alerts:
fixed alerts:
|
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.
No description provided.