We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The inclusion of the filter in the "delayed-pi-exchange" (unmaintained) example causes the co-simulation to hang.
What is the expected behavior? Co-simulation should run to completion when a filter is included.
To Reproduce Run "delayed-pi-exchange" example in "delayed-pi-exchange" branch.
Environment (please complete the following information):
pip install helics[cli]
$ helics_app --version: 3.4.0 (2023-01-19)
Additional context and information Commenting out the filter in pisender.py allows the co-simulation to run to completion.
The text was updated successfully, but these errors were encountered:
Example has been moved to here; confirmed still hangs in with v3.6.0
Sorry, something went wrong.
Similar behavior (hanging co-simulation) is seen with the User Guide "native filter" example.
No branches or pull requests
Describe the bug
The inclusion of the filter in the "delayed-pi-exchange" (unmaintained) example causes the co-simulation to hang.
What is the expected behavior?
Co-simulation should run to completion when a filter is included.
To Reproduce
Run "delayed-pi-exchange" example in "delayed-pi-exchange" branch.
Environment (please complete the following information):
pip install helics[cli]
Additional context and information
Commenting out the filter in pisender.py allows the co-simulation to run to completion.
The text was updated successfully, but these errors were encountered: