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

Proper initialization of out variables everywhere? #10

Open
benbovy opened this issue Nov 18, 2019 · 0 comments
Open

Proper initialization of out variables everywhere? #10

benbovy opened this issue Nov 18, 2019 · 0 comments

Comments

@benbovy
Copy link
Member

benbovy commented Nov 18, 2019

Some output variables in a few processes (like flow receivers, etc.) are not set before the 1st run step.

I'm not sure if it makes sense setting a dummy value for those variables in initialize, as I can't think of a case where those are needed elsewhere during initialization. The only annoying thing is that a KeyError is raised when trying to use it in other process classes at this stage.

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

No branches or pull requests

1 participant