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

make sure the activation is in state error when input is invalid for paral… #41

Merged
merged 4 commits into from
Jun 11, 2024

Conversation

bocasti
Copy link

@bocasti bocasti commented Jun 10, 2024

…lel activation

@@ -27,9 +27,9 @@ FBParallelActivation >> arguments [
{ #category : #initialization }
FBParallelActivation >> initializeValues: anInteger [
Copy link
Contributor

Choose a reason for hiding this comment

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

The method is called initializeValues: Why do we need an ifNil: check here?

Copy link
Author

Choose a reason for hiding this comment

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

good point, this was highlighting something fishy. I just changed the content of this PR and now the error handling is done directly by the parallel node behavior. This makes more sense to me and everything should be more aligned

@noha noha merged commit 117d02c into ApptiveGrid:main Jun 11, 2024
2 checks passed
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.

2 participants