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

No warning or error log message when passing "None" to an input port #840

Open
sebastian-brunner opened this issue Jul 29, 2020 · 0 comments

Comments

@sebastian-brunner
Copy link
Member

If None is passed to an input port, which has a specific type (e.g. int), RAFCON won't print an error or warning message.

RAFCON does handle it correctly though: it replaces the invalid input port value by the default value of the input port.

This error especially emerges when using the core API. When using the GUI an error will be printed by the outcome port that creates a output value that does not match the output port type.

Credits: @stefanbuettner

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

No branches or pull requests

1 participant