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

Fixes #1543 psv respect to criteria #1544

Merged
merged 1 commit into from
Mar 11, 2022
Merged

Conversation

msevestre
Copy link
Member

No description provided.

@msevestre msevestre changed the title Fixes #15453 psv respect to criteria Fixes #1543 psv respect to criteria Mar 11, 2022
@msevestre msevestre merged commit 94f642f into develop Mar 11, 2022
@msevestre msevestre deleted the 1543-psv-respect-criteria branch March 11, 2022 17:28
@msevestre msevestre requested a review from Yuri05 March 11, 2022 17:28
@@ -208,6 +199,11 @@ public IParameterStartValue CreateParameterStartValue(IObjectPath parameterPath,

private IParameterStartValue localMoleculeParameterValueFor(IMoleculeBuilder moleculeBuilder, IParameter parameter, IContainer container)
{
var containerSatisfiesCriteria = parameter.ContainerCriteria?.IsSatisfiedBy(container) ?? true;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is mostly this. Either satisfies or true like we had before.

Copy link
Member

@Yuri05 Yuri05 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants