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

Allow Python processes to be evaluated alongside C/C++ processes #200

Closed
joaogvcarneiro opened this issue Feb 20, 2023 · 0 comments · Fixed by #239
Closed

Allow Python processes to be evaluated alongside C/C++ processes #200

joaogvcarneiro opened this issue Feb 20, 2023 · 0 comments · Fixed by #239
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@joaogvcarneiro
Copy link
Contributor

Currently, Python processes are always evaluated after C/C++ processes, even when the Python process has a higher priority. This change would make SimulationBaseClass respect the priority order of Python and C/C++ processes instead of always evaluating Python processes last.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant